aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrysn2012-10-19 19:30:25 +0200
committerchrysn2012-10-19 19:30:25 +0200
commit1e88ad186fe362aeb8a6994d6d88775dc689ddfb (patch)
tree033d6e3dbf8ceb08043e525f17ff987359d71956
parenta433217c5d3f4a3edc80042812e860be8652ddb5 (diff)
remove common modules from efm32*'s explicit build list
this is 75c216582 for the efm32 branch, see there for details
-rw-r--r--lib/efm32/efm32g/Makefile2
-rw-r--r--lib/efm32/efm32gg/Makefile2
-rw-r--r--lib/efm32/efm32lg/Makefile2
-rw-r--r--lib/efm32/efm32tg/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/efm32/efm32g/Makefile b/lib/efm32/efm32g/Makefile
index c368794..1dd4485 100644
--- a/lib/efm32/efm32g/Makefile
+++ b/lib/efm32/efm32g/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
diff --git a/lib/efm32/efm32gg/Makefile b/lib/efm32/efm32gg/Makefile
index 27e2235..2407859 100644
--- a/lib/efm32/efm32gg/Makefile
+++ b/lib/efm32/efm32gg/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
diff --git a/lib/efm32/efm32lg/Makefile b/lib/efm32/efm32lg/Makefile
index 73dd6f6..9b6343c 100644
--- a/lib/efm32/efm32lg/Makefile
+++ b/lib/efm32/efm32lg/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
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