aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-01-18 10:33:32 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-01-18 10:33:32 +0000
commit060a84d88510c4b9cdee38707ab752d19c4cfb0f (patch)
treea34360c8e753b1ccaf69e40abe567964aa9b6692 /os
parent2124825f18405632a9e2f3cd4308610612703854 (diff)
downloadChibiOS-060a84d88510c4b9cdee38707ab752d19c4cfb0f.tar.gz
ChibiOS-060a84d88510c4b9cdee38707ab752d19c4cfb0f.tar.bz2
ChibiOS-060a84d88510c4b9cdee38707ab752d19c4cfb0f.zip
Fixed path.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10063 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/LLD/EXTIv1/driver.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/EXTIv1/driver.mk b/os/hal/ports/STM32/LLD/EXTIv1/driver.mk
index f961cac6c..53ebf6246 100644
--- a/os/hal/ports/STM32/LLD/EXTIv1/driver.mk
+++ b/os/hal/ports/STM32/LLD/EXTIv1/driver.mk
@@ -1,9 +1,9 @@
ifeq ($(USE_SMART_BUILD),yes)
ifneq ($(findstring HAL_USE_EXT TRUE,$(HALCONF)),)
-PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTv1/hal_ext_lld.c
+PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.c
endif
else
-PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTv1/hal_ext_lld.c
+PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.c
endif
-PLATFORMINC += $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTv1
+PLATFORMINC += $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1