add generic OBJS to efm32 libraries

better fixes would be adding them to the generic (included) Makefile or
building the really device independent stuff in a _generic library
This commit is contained in:
chrysn 2012-10-19 17:03:23 +02:00
parent cece71ba2f
commit 1210738845
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) -ffunction-sections -fdata-sections -MD -D$(FAMILY)
# ARFLAGS = rcsv # ARFLAGS = rcsv
ARFLAGS = rcs ARFLAGS = rcs
OBJS = vector.o OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3 VPATH += ../:../../cm3

View File

@ -30,7 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -D$(FAMILY) -ffunction-sections -fdata-sections -MD -D$(FAMILY)
# ARFLAGS = rcsv # ARFLAGS = rcsv
ARFLAGS = rcs ARFLAGS = rcs
OBJS = vector.o OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3 VPATH += ../:../../cm3

View File

@ -30,7 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -D$(FAMILY) -ffunction-sections -fdata-sections -MD -D$(FAMILY)
# ARFLAGS = rcsv # ARFLAGS = rcsv
ARFLAGS = rcs ARFLAGS = rcs
OBJS = vector.o OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3 VPATH += ../:../../cm3

View File

@ -30,7 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -D$(FAMILY) -ffunction-sections -fdata-sections -MD -D$(FAMILY)
# ARFLAGS = rcsv # ARFLAGS = rcsv
ARFLAGS = rcs ARFLAGS = rcs
OBJS = vector.o OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3 VPATH += ../:../../cm3