aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f4
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-10-31 13:39:24 -0700
committerPiotr Esden-Tempski2012-10-31 13:39:24 -0700
commitdef9b9f3810ab069c679eb40ea7013bfcca949ea (patch)
treee30c8b204e9c7f4ba2f5f94855f9a0284a67b21a /lib/stm32/f4
parentf5df25d6debfdaf0cecf6041087c426feded667e (diff)
Added new f4 adc module to the library makefile.
Diffstat (limited to 'lib/stm32/f4')
-rw-r--r--lib/stm32/f4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f4/Makefile b/lib/stm32/f4/Makefile
index a286f4a..19ea8ef 100644
--- a/lib/stm32/f4/Makefile
+++ b/lib/stm32/f4/Makefile
@@ -32,7 +32,7 @@ ARFLAGS = rcs
OBJS = rcc.o gpio.o usart.o spi.o flash.o \
i2c.o exti.o pwr.o timer.o \
usb.o usb_standard.o usb_control.o usb_fx07_common.o usb_f107.o \
- usb_f207.o
+ usb_f207.o adc.o
VPATH += ../../usb:../:../../cm3