mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
ports: Add new make target "submodules" which inits required modules.
This commit is contained in:
@@ -19,6 +19,8 @@ QSTR_GLOBAL_DEPENDENCIES = $(BOARD_DIR)/mpconfigboard.h
|
||||
# Include py core make definitions
|
||||
include $(TOP)/py/py.mk
|
||||
|
||||
GIT_SUBMODULES = lib/asf4 lib/tinyusb
|
||||
|
||||
INC += -I.
|
||||
INC += -I$(TOP)
|
||||
INC += -I$(BUILD)
|
||||
|
||||
Reference in New Issue
Block a user