Browse Source

build vector.o on lpc13xx

no idea how this ever worked...
pull/47/head
chrysn 12 years ago
parent
commit
6706899551
  1. 2
      lib/lpc13xx/Makefile

2
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

Loading…
Cancel
Save