aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorThomas Otto2010-05-12 18:10:38 +0200
committerThomas Otto2010-05-12 18:12:31 +0200
commit388f940475b6c66c0622f3ab1a9a48e5fed96775 (patch)
tree04f795d32a4686ddb8acfe76279daa88560c8b5d /lib/Makefile
parent898c118e1e4b3b9237e85db305bb66b45c935d54 (diff)
Initial EXTI support.
Thanks to Mark Butler <mbutler@physics.otago.ac.nz>.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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)