add back minimal support libraries
some of the libraries removed in [1] were essential to building
anything on efm32 (especially, irq.h).
[1] 4a6f4c0f7d
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)
|
||||
# ARFLAGS = rcsv
|
||||
ARFLAGS = rcs
|
||||
OBJS = vector.o devicerevision.o gpio.o
|
||||
OBJS = vector.o
|
||||
|
||||
VPATH += ../
|
||||
|
||||
|
||||
Reference in New Issue
Block a user