remove common modules from efm32*'s explicit build list

this is 75c216582 for the efm32 branch, see there for details
This commit is contained in:
chrysn 2012-10-19 19:30:25 +02:00
parent a433217c5d
commit 1e88ad186f
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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