From 1e88ad186fe362aeb8a6994d6d88775dc689ddfb Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 19 Oct 2012 19:30:25 +0200 Subject: remove common modules from efm32*'s explicit build list this is 75c216582 for the efm32 branch, see there for details --- lib/efm32/efm32gg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/efm32/efm32gg/Makefile') 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 -- cgit v1.2.3