aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC56x/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-22 18:03:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-22 18:03:53 +0000
commitfaa2814401673add723276416131736fcdb3d0da (patch)
treec2309eeae873352fd273e47777b047eb6c130377 /os/hal/platforms/SPC56x/platform.mk
parent2d68eea5c3bdd4b216b44c727956f1c0d0975650 (diff)
downloadChibiOS-faa2814401673add723276416131736fcdb3d0da.tar.gz
ChibiOS-faa2814401673add723276416131736fcdb3d0da.tar.bz2
ChibiOS-faa2814401673add723276416131736fcdb3d0da.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1662 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC56x/platform.mk')
-rw-r--r--os/hal/platforms/SPC56x/platform.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/platforms/SPC56x/platform.mk b/os/hal/platforms/SPC56x/platform.mk
new file mode 100644
index 000000000..2db26a684
--- /dev/null
+++ b/os/hal/platforms/SPC56x/platform.mk
@@ -0,0 +1,6 @@
+# List of all the SPC563 platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/SPC563/serial_lld.c
+
+# Required include directories
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563