File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ MBOOT_TEXT0_ADDR ?= 0x08000000
34
34
# include py core make definitions
35
35
include $(TOP ) /py/py.mk
36
36
37
- GIT_SUBMODULES = lib/libhydrogen lib/lwip lib/mbedtls lib/stm32lib
37
+ GIT_SUBMODULES + = lib/libhydrogen lib/lwip lib/mbedtls lib/stm32lib
38
38
39
39
MCU_SERIES_UPPER = $(shell echo $(MCU_SERIES ) | tr '[:lower:]' '[:upper:]')
40
40
CMSIS_MCU_LOWER = $(shell echo $(CMSIS_MCU ) | tr '[:upper:]' '[:lower:]')
@@ -130,7 +130,7 @@ endif
130
130
131
131
LDFLAGS = -nostdlib -L $(LD_DIR ) $(addprefix -T,$(LD_FILES ) ) -Map=$(@:.elf=.map ) --cref
132
132
LDFLAGS += --defsym=_estack_reserve=8
133
- LIBS = "$(shell $(CC ) $(CFLAGS ) -print-libgcc-file-name) "
133
+ LIBS + = "$(shell $(CC ) $(CFLAGS ) -print-libgcc-file-name) "
134
134
135
135
# Remove uncalled code from the final image.
136
136
CFLAGS += -fdata-sections -ffunction-sections
You can’t perform that action at this time.
0 commit comments