ports: Always append to GIT_SUBMODULES.
Avoids overwriting submodules required by base makefiles. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
9a1b7d8448
commit
be83c08f46
@@ -24,7 +24,7 @@ FROZEN_MANIFEST ?= boards/manifest.py
|
||||
include $(TOP)/py/py.mk
|
||||
include $(TOP)/extmod/extmod.mk
|
||||
|
||||
GIT_SUBMODULES = lib/asf4 lib/tinyusb
|
||||
GIT_SUBMODULES += lib/asf4 lib/tinyusb
|
||||
|
||||
INC += -I.
|
||||
INC += -I$(TOP)
|
||||
|
||||
Reference in New Issue
Block a user