build vector.o on lpc13xx

no idea how this ever worked...
This commit is contained in:
chrysn 2012-10-19 15:18:21 +02:00
parent bc5146b710
commit 6706899551
1 changed files with 1 additions and 1 deletions

View File

@ -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