From 12107388451e1af87f1efd6ddea2bc41f01945a1 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 19 Oct 2012 17:03:23 +0200 Subject: 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 --- lib/efm32/efm32tg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/efm32/efm32tg/Makefile') 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 -- cgit v1.2.3