aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-27 11:31:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-27 11:31:57 +0000
commitd2c0aea892777c860fa29e18eda06bd6c0694f48 (patch)
tree0d12400674b762f65ee63d9b7c58eaec0bca9bcc /os/hal/platforms/STM32F3xx/platform.mk
parent1c4914bb0d7f7cf942cd5634d3f21e0c7a85a357 (diff)
downloadChibiOS-d2c0aea892777c860fa29e18eda06bd6c0694f48.tar.gz
ChibiOS-d2c0aea892777c860fa29e18eda06bd6c0694f48.tar.bz2
ChibiOS-d2c0aea892777c860fa29e18eda06bd6c0694f48.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4977 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/platform.mk')
-rw-r--r--os/hal/platforms/STM32F3xx/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F3xx/platform.mk b/os/hal/platforms/STM32F3xx/platform.mk
index 8704aa947..5cfdd415c 100644
--- a/os/hal/platforms/STM32F3xx/platform.mk
+++ b/os/hal/platforms/STM32F3xx/platform.mk
@@ -1,6 +1,7 @@
# List of all the STM32F3xx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \
${CHIBIOS}/os/hal/platforms/STM32F3xx/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32F3xx/adc_lld.c \
${CHIBIOS}/os/hal/platforms/STM32F3xx/ext_lld_isr.c \
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \