Moved vector_table to the library.

This commit is contained in:
Piotr Esden-Tempski
2010-01-22 15:53:47 +01:00
parent a88c1b0ee9
commit 4935a0ddd8
7 changed files with 32 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../include -fno-common \
-mcpu=cortex-m3 -mthumb -Wstrict-prototypes
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o rtc.o
OBJS = vector.o rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o rtc.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)