From 670689955165fdb336d3da491904b656e5788b43 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 19 Oct 2012 15:18:21 +0200 Subject: build vector.o on lpc13xx no idea how this ever worked... --- lib/lpc13xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lpc13xx') diff --git a/lib/lpc13xx/Makefile b/lib/lpc13xx/Makefile index e1e69f7..bc7e198 100644 --- a/lib/lpc13xx/Makefile +++ b/lib/lpc13xx/Makefile @@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \ -ffunction-sections -fdata-sections -MD # ARFLAGS = rcsv ARFLAGS = rcs -OBJS = gpio.o assert.o +OBJS = gpio.o assert.o vector.o VPATH += ../cm3 -- cgit v1.2.3