aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC563Mxx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-12 09:41:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-12 09:41:58 +0000
commit78e38625943412e0849142b757ced4aa99b9d7d9 (patch)
tree47153a2a6f492b7f1ec72a33fe58e2ae9d6c8b5a /os/hal/platforms/SPC563Mxx/platform.mk
parent51fa1d384723312a722be181242d96f704be4398 (diff)
downloadChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.tar.gz
ChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.tar.bz2
ChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4905 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC563Mxx/platform.mk')
-rw-r--r--os/hal/platforms/SPC563Mxx/platform.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC563Mxx/platform.mk b/os/hal/platforms/SPC563Mxx/platform.mk
index a5ae689fe..d70bad232 100644
--- a/os/hal/platforms/SPC563Mxx/platform.mk
+++ b/os/hal/platforms/SPC563Mxx/platform.mk
@@ -1,7 +1,9 @@
# List of all the SPC56x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx/hal_lld.c \
- ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1/serial_lld.c
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1/serial_lld.c \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx \
- ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1 \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1