From 388f940475b6c66c0622f3ab1a9a48e5fed96775 Mon Sep 17 00:00:00 2001 From: Thomas Otto Date: Wed, 12 May 2010 18:10:38 +0200 Subject: Initial EXTI support. Thanks to Mark Butler . --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index d85afee..f694b12 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../include -fno-common \ # ARFLAGS = rcsv ARFLAGS = rcs OBJS = vector.o rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o \ - rtc.o i2c.o dma.o systick.o + rtc.o i2c.o dma.o systick.o exti.o # Be silent per default, but 'make V=1' will show all compiler calls. ifneq ($(V),1) -- cgit v1.2.3