mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
6 lines
219 B
Python
6 lines
219 B
Python
freeze("$(PORT_DIR)/modules")
|
|
freeze("$(MPY_DIR)/tools", ("upip.py", "upip_utarfile.py"))
|
|
freeze("$(MPY_DIR)/drivers/dht", "dht.py")
|
|
freeze("$(MPY_DIR)/drivers/onewire")
|
|
include("$(MPY_DIR)/extmod/webrepl/manifest.py")
|