Adding new EXTI stuff to F2 makefile.

This commit is contained in:
Fergus Noble 2011-10-26 13:30:44 -07:00
parent 7877aaeebc
commit 869a0df701

View File

@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
-ffunction-sections -fdata-sections -MD -DSTM32F2 -ffunction-sections -fdata-sections -MD -DSTM32F2
# ARFLAGS = rcsv # ARFLAGS = rcsv
ARFLAGS = rcs ARFLAGS = rcs
OBJS = vector.o gpio.o systick.o i2c.o spi.o nvic.o usart.o OBJS = vector.o gpio.o systick.o i2c.o spi.o nvic.o usart.o exti.o
#VPATH += ../usb #VPATH += ../usb
VPATH += ../stm32_common VPATH += ../stm32_common