Fixed path.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10063 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-01-18 10:33:32 +00:00
parent 2124825f18
commit 060a84d885
1 changed files with 3 additions and 3 deletions

View File

@ -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