aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-12 08:45:09 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-12 08:45:09 +0000
commite921831a18c02642eac20a2560e42c4906208947 (patch)
tree38d3d277449ec016ec1b47d6990f23a1bd7b8892 /os/hal
parenta3bb554a45935139872ffef23ea94bdbe2e928ec (diff)
downloadChibiOS-e921831a18c02642eac20a2560e42c4906208947.tar.gz
ChibiOS-e921831a18c02642eac20a2560e42c4906208947.tar.bz2
ChibiOS-e921831a18c02642eac20a2560e42c4906208947.zip
Another small error in new .mk files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7965 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/STM32/STM32F3xx/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F3xx/platform.mk b/os/hal/ports/STM32/STM32F3xx/platform.mk
index 62b27cc20..80647e2b0 100644
--- a/os/hal/ports/STM32/STM32F3xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F3xx/platform.mk
@@ -7,7 +7,7 @@ PLATFORMSRC := $(CHIBIOS)/os/hal/ports/common/ARMCMx/nvic.c \
$(CHIBIOS)/os/hal/ports/STM32/STM32F3xx/hal_lld.c \
$(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/st_lld.c
ifneq ($(findstring HAL_USE_ADC TRUE,$(HALCONF)),)
- $(CHIBIOS)/os/hal/ports/STM32/STM32F3xx/adc_lld.c
+PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F3xx/adc_lld.c
endif
ifneq ($(findstring HAL_USE_EXT TRUE,$(HALCONF)),)
PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F3xx/ext_lld_isr.c \