aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC563Mxx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-11 10:51:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-11 10:51:38 +0000
commitbc2bcd741781f51daa56af86c7e67f0f91eb50a2 (patch)
tree843609b2f1b8ca2c3a6c6609ffc97447fa72ae3b /os/hal/platforms/SPC563Mxx/platform.mk
parent56cbd69e13472fbca738b054eca7616ac339357e (diff)
downloadChibiOS-bc2bcd741781f51daa56af86c7e67f0f91eb50a2.tar.gz
ChibiOS-bc2bcd741781f51daa56af86c7e67f0f91eb50a2.tar.bz2
ChibiOS-bc2bcd741781f51daa56af86c7e67f0f91eb50a2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4902 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC563Mxx/platform.mk')
-rw-r--r--os/hal/platforms/SPC563Mxx/platform.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC563Mxx/platform.mk b/os/hal/platforms/SPC563Mxx/platform.mk
index e9a508857..a5ae689fe 100644
--- a/os/hal/platforms/SPC563Mxx/platform.mk
+++ b/os/hal/platforms/SPC563Mxx/platform.mk
@@ -1,6 +1,7 @@
# List of all the SPC56x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx/hal_lld.c \
- ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCIv1/serial_lld.c
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1/serial_lld.c
# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1