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
@@ -32,7 +32,7 @@ FROZEN_MANIFEST ?= boards/manifest.py
|
||||
include $(TOP)/py/py.mk
|
||||
include $(TOP)/extmod/extmod.mk
|
||||
|
||||
GIT_SUBMODULES = lib/axtls lib/berkeley-db-1.xx
|
||||
GIT_SUBMODULES += lib/axtls lib/berkeley-db-1.xx
|
||||
|
||||
FWBIN = $(BUILD)/firmware-combined.bin
|
||||
PORT ?= /dev/ttyACM0
|
||||
|
||||
Reference in New Issue
Block a user