aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/Makefile.include
diff options
context:
space:
mode:
authorchrysn2012-02-26 03:40:18 +0100
committerchrysn2012-02-26 03:42:25 +0100
commit2275ed7b0c355920927be6709a87a0482a749eb2 (patch)
tree46e713cf69ca7a4535c202dc79f1dd67311920de /examples/efm32/tinygecko/Makefile.include
parent08918902ab8df5211516bc5771cb02b966cf19af (diff)
overhauled documentation
includes minor refactoring in example code and modification of how the generic and the tinygecko specific vector.h go together (bringing it in line with stm32/f1's memorymap.h)
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 \