aboutsummaryrefslogtreecommitdiff
path: root/lib/efm32/efm32tg
diff options
context:
space:
mode:
authorchrysn2012-10-19 19:30:25 +0200
committerchrysn2012-10-19 19:30:25 +0200
commit1e88ad186fe362aeb8a6994d6d88775dc689ddfb (patch)
tree033d6e3dbf8ceb08043e525f17ff987359d71956 /lib/efm32/efm32tg
parenta433217c5d3f4a3edc80042812e860be8652ddb5 (diff)
remove common modules from efm32*'s explicit build list
this is 75c216582 for the efm32 branch, see there for details
Diffstat (limited to 'lib/efm32/efm32tg')
-rw-r--r--lib/efm32/efm32tg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efm32/efm32tg/Makefile b/lib/efm32/efm32tg/Makefile
index a065b6d..605438a 100644
--- a/lib/efm32/efm32tg/Makefile
+++ b/lib/efm32/efm32tg/Makefile
@@ -30,7 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -D$(FAMILY)
# ARFLAGS = rcsv
ARFLAGS = rcs
-OBJS = vector.o systick.o scb.o nvic.o assert.o
+OBJS =
VPATH += ../:../../cm3