aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/Makefile.inc
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2011-02-16 20:47:56 -0800
committerPiotr Esden-Tempski2011-02-16 20:47:56 -0800
commite28edc08990b9b4780641eb64e56f0e9d4d386de (patch)
tree6e52d726037dfd0e5e059c752e5bdd932c755bc0 /src/stm32/Makefile.inc
parentc8d1b8d0cc5df6d985fe16f838fa575307ead089 (diff)
Removed redundant linker parameters.
Diffstat (limited to 'src/stm32/Makefile.inc')
-rw-r--r--src/stm32/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/Makefile.inc b/src/stm32/Makefile.inc
index e498a3b..1c38847 100644
--- a/src/stm32/Makefile.inc
+++ b/src/stm32/Makefile.inc
@@ -6,7 +6,7 @@ CFLAGS += -Istm32/include -mcpu=cortex-m3 -mthumb -msoft-float
LDFLAGS_BOOT = -lopencm3_stm32 -Wl,--defsym,_stack=0x20005000 \
-Wl,-T,stm32/blackmagic.ld -nostartfiles -lc -lnosys -Wl,-Map=mapfile \
-mthumb -march=armv7 -mfix-cortex-m3-ldrd -msoft-float
-LDFLAGS = $(LDFLAGS_BOOT) -Wl,-Ttext=0x8002000 -mthumb -march=armv7 -mfix-cortex-m3-ldrd -msoft-float
+LDFLAGS = $(LDFLAGS_BOOT) -Wl,-Ttext=0x8002000
SRC += cdcacm.c \
platform.c \