aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
diff options
context:
space:
mode:
authorDamien George2014-01-14 15:41:05 -0800
committerDamien George2014-01-14 15:41:05 -0800
commita04a33fee781d59d8d523474084cbb3facba1a49 (patch)
tree584f334c526a9420c25bd29226ecbbd7eee1763a /stm/Makefile
parent11cc694aa0fced8ea96bf36d37f4409296740e1e (diff)
parent8c10240722951e19b13f35e5bec289060b531cd9 (diff)
Merge pull request #175 from iabdalkader/master
Add missing ADC driver
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile
index 2facff81c..03e0e261b 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -57,6 +57,7 @@ SRC_C = \
pybwlan.c \
i2c.c \
usrsw.c \
+ adc.c \
SRC_S = \
startup_stm32f40xx.s \
@@ -100,6 +101,7 @@ SRC_STM = \
usbd_storage_msd.c \
stm324x7i_eval.c \
stm324x7i_eval_sdio_sd.c \
+ stm32f4xx_adc.c \
#SRC_STM_OTG = \
# usb_hcd.c \