From 41ed68eb4480bb47ea77116141e83bfff1742f95 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sat, 5 Jan 2019 19:52:59 -0500 Subject: [PATCH] Update bootloader.mk --- targets/stm32l432/bootloader.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stm32l432/bootloader.mk b/targets/stm32l432/bootloader.mk index 14abf70..4194285 100644 --- a/targets/stm32l432/bootloader.mk +++ b/targets/stm32l432/bootloader.mk @@ -46,7 +46,7 @@ DEFINES = -DDEBUG_LEVEL=$(DEBUG) -D$(CHIP) -DAES256=1 -DUSE_FULL_LL_DRIVER -DAP CFLAGS=$(INC) -c $(DEFINES) -Wall -fdata-sections -ffunction-sections $(HW) -g LDFLAGS_LIB=$(HW) $(SEARCH) -specs=nano.specs -specs=nosys.specs -Wl,--gc-sections -lnosys -LDFLAGS=$(HW) $(LDFLAGS_LIB) -T$(LDSCRIPT) -Wl,-Map=$(TARGET).map, -Wl,-Bstatic --cref +LDFLAGS=$(HW) $(LDFLAGS_LIB) -T$(LDSCRIPT) -Wl,-Map=$(TARGET).map,--cref -Wl,-Bstatic .PRECIOUS: %.o