aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/efm32/efm32g/Makefile2
-rw-r--r--lib/efm32/efm32gg/Makefile2
-rw-r--r--lib/efm32/efm32lg/Makefile2
-rw-r--r--lib/efm32/efm32tg/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/efm32/efm32g/Makefile b/lib/efm32/efm32g/Makefile
index 923be47..c368794 100644
--- a/lib/efm32/efm32g/Makefile
+++ b/lib/efm32/efm32g/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
+OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3
diff --git a/lib/efm32/efm32gg/Makefile b/lib/efm32/efm32gg/Makefile
index 0d9d0bd..27e2235 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
+OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3
diff --git a/lib/efm32/efm32lg/Makefile b/lib/efm32/efm32lg/Makefile
index c76323e..73dd6f6 100644
--- a/lib/efm32/efm32lg/Makefile
+++ b/lib/efm32/efm32lg/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
+OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3
diff --git a/lib/efm32/efm32tg/Makefile b/lib/efm32/efm32tg/Makefile
index 65f8d02..a065b6d 100644
--- a/lib/efm32/efm32tg/Makefile
+++ b/lib/efm32/efm32tg/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
+OBJS = vector.o systick.o scb.o nvic.o assert.o
VPATH += ../:../../cm3