diff options
author | barthess <barthess@yandex.ru> | 2015-08-24 16:26:22 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-08-24 16:26:22 +0300 |
commit | 74065b233afc62203edcb68f281da5839dad5930 (patch) | |
tree | 7c9464bbacf5c5d429069396f47799164a48f01b /os/hal/ports/TIVA/TM4C123x | |
parent | c7b566b9e0c376e4caacacb2e68b072a77b42deb (diff) | |
download | ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.gz ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.bz2 ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.zip |
Fixed rest of paths in build scripts.
Diffstat (limited to 'os/hal/ports/TIVA/TM4C123x')
-rw-r--r-- | os/hal/ports/TIVA/TM4C123x/platform.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/TIVA/TM4C123x/platform.mk b/os/hal/ports/TIVA/TM4C123x/platform.mk index e4e45ef..0e69f15 100644 --- a/os/hal/ports/TIVA/TM4C123x/platform.mk +++ b/os/hal/ports/TIVA/TM4C123x/platform.mk @@ -8,8 +8,8 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/TIVA/LLD/gpt_lld.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/TIVA/LLD/pwm_lld.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/TIVA/LLD/spi_lld.c \ - ${CHISIOS}/community/os/hal/ports/TIVA/LLD/tiva_udma.c \ - ${CHISIOS}/community/os/hal/ports/TIVA/LLD/ext_lld.c + ${CHISIOS_CONTRIB}/os/hal/ports/TIVA/LLD/tiva_udma.c \ + ${CHISIOS_CONTRIB}/os/hal/ports/TIVA/LLD/ext_lld.c # Required include directories PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \ |