diff options
Diffstat (limited to 'support/make/target-config.mk')
-rw-r--r-- | support/make/target-config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/make/target-config.mk b/support/make/target-config.mk index 278ca3f..b79c720 100644 --- a/support/make/target-config.mk +++ b/support/make/target-config.mk @@ -33,9 +33,9 @@ LD_SERIES_PATH := $(LD_SERIES_PATH)/$(MCU_F1_LINE) endif TARGET_LDFLAGS += -Xlinker -T$(LD_SCRIPT_PATH) \ - -Xlinker -L $(LD_SERIES_PATH) \ - -Xlinker -L $(LD_MEM_PATH) \ - -Xlinker -L$(LDDIR) + -L $(LD_SERIES_PATH) \ + -L $(LD_MEM_PATH) \ + -L $(LDDIR) TARGET_FLAGS += -DBOARD_$(BOARD) -DMCU_$(MCU) \ -DERROR_LED_PORT=$(ERROR_LED_PORT) \ -DERROR_LED_PIN=$(ERROR_LED_PIN) \ |