mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-19 20:15:33 -04: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")
|