aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'examples/efm32/tinygecko/Makefile.include')
-rw-r--r--examples/efm32/tinygecko/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/efm32/tinygecko/Makefile.include b/examples/efm32/tinygecko/Makefile.include
index 1ee8d49..76691ce 100644
--- a/examples/efm32/tinygecko/Makefile.include
+++ b/examples/efm32/tinygecko/Makefile.include
@@ -30,7 +30,7 @@ GDB = $(PREFIX)-gdb
#TOOLCHAIN_DIR := $(shell dirname `which $(CC)`)/../$(PREFIX)
TOOLCHAIN_DIR = ../../../../..
CFLAGS += -Os -g -Wall -Wextra -I$(TOOLCHAIN_DIR)/include \
- -fno-common -mcpu=cortex-m3 -mthumb -msoft-float -MD -DSTM32F1
+ -fno-common -mcpu=cortex-m3 -mthumb -msoft-float -MD
LDSCRIPT ?= ${TOOLCHAIN_DIR}/lib/efm32/tinygecko/$(MCU).ld
LDFLAGS += -lc -lnosys -L$(TOOLCHAIN_DIR)/lib/efm32/tinygecko \
-T$(LDSCRIPT) -nostartfiles -Wl,--gc-sections \