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:
parent
cece71ba2f
commit
1210738845
@ -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
|
||||
OBJS = vector.o systick.o scb.o nvic.o assert.o
|
||||
|
||||
VPATH += ../:../../cm3
|
||||
|
||||
|
@ -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
|
||||
OBJS = vector.o systick.o scb.o nvic.o assert.o
|
||||
|
||||
VPATH += ../:../../cm3
|
||||
|
||||
|
@ -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
|
||||
OBJS = vector.o systick.o scb.o nvic.o assert.o
|
||||
|
||||
VPATH += ../:../../cm3
|
||||
|
||||
|
@ -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
|
||||
OBJS = vector.o systick.o scb.o nvic.o assert.o
|
||||
|
||||
VPATH += ../:../../cm3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user