da7f2537a1
micropython-lib is now a submodule, and the manifest compilation process will ensure it is available, so manifests no longer need to check that it is available. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
8 lines
220 B
Python
8 lines
220 B
Python
include("../manifest.py")
|
|
|
|
freeze("$(MPY_DIR)/tools", "upip.py")
|
|
freeze("$(MPY_DIR)/tools", "upip_utarfile.py")
|
|
freeze("$(MPY_DIR)/extmod", "ntptime.py")
|
|
|
|
freeze("$(MPY_LIB_DIR)/python-ecosys/urequests", "urequests.py")
|