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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user