aboutsummaryrefslogtreecommitdiff
path: root/lib/lpc17xx
diff options
context:
space:
mode:
authorchrysn2012-10-19 18:56:39 +0200
committerchrysn2012-10-19 18:56:39 +0200
commit75c216582774549aede37db1d5d6b8485acfce17 (patch)
tree4e0ca5aa8f6bc2e488154fd252ac278b3c6700ca /lib/lpc17xx
parent670689955165fdb336d3da491904b656e5788b43 (diff)
build common .o files everywhere (fixes issue #29)
vector.o, nvic.o, scb.o and assert.o are available on every platform, but at least some of them differ between the implementations. they already got built explicityly on some platforms; now adding them to the common Makefile.include.
Diffstat (limited to 'lib/lpc17xx')
-rw-r--r--lib/lpc17xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lpc17xx/Makefile b/lib/lpc17xx/Makefile
index d1da64a..f5fa792 100644
--- a/lib/lpc17xx/Makefile
+++ b/lib/lpc17xx/Makefile
@@ -28,7 +28,7 @@ CFLAGS = -O0 -g -Wall -Wextra -I../../include -fno-common \
-ffunction-sections -fdata-sections -MD
# ARFLAGS = rcsv
ARFLAGS = rcs
-OBJS = gpio.o vector.o assert.o
+OBJS = gpio.o
VPATH += ../cm3