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
@@ -58,7 +58,7 @@ FROZEN_MANIFEST ?= modules/manifest.py
|
||||
include ../../py/py.mk
|
||||
include ../../extmod/extmod.mk
|
||||
|
||||
GIT_SUBMODULES = lib/nrfx lib/tinyusb
|
||||
GIT_SUBMODULES += lib/nrfx lib/tinyusb
|
||||
|
||||
MICROPY_VFS_FAT ?= 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user