From a38fc2c3a2ae29fe04c352077de45e504a8a3f2e Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Sat, 16 Jan 2010 02:58:19 +0100 Subject: Added basic NVIC register defs and functions. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 6cfe4b7..c183967 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 +OBJS = rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o # Be silent per default, but 'make V=1' will show all compiler calls. ifneq ($(V),1) -- cgit v1.2.3