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:
chrysn
2012-10-02 11:51:11 +02:00
parent 4a6f4c0f7d
commit 36f95447a8
2 changed files with 56 additions and 1 deletions

View File

@@ -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 += ../