aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC56x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-22 18:09:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-22 18:09:56 +0000
commitc319732c56b1f38b6201962416795ca8eaff172f (patch)
treed47f2993f71789bf9bcda1fe7eac7c2311c9cf8c /os/hal/platforms/SPC56x
parentfaa2814401673add723276416131736fcdb3d0da (diff)
downloadChibiOS-c319732c56b1f38b6201962416795ca8eaff172f.tar.gz
ChibiOS-c319732c56b1f38b6201962416795ca8eaff172f.tar.bz2
ChibiOS-c319732c56b1f38b6201962416795ca8eaff172f.zip
Renamed SPC563 platform to a generic SPC56x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1663 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC56x')
-rw-r--r--os/hal/platforms/SPC56x/platform.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/platforms/SPC56x/platform.mk b/os/hal/platforms/SPC56x/platform.mk
index 2db26a684..6069e7dc6 100644
--- a/os/hal/platforms/SPC56x/platform.mk
+++ b/os/hal/platforms/SPC56x/platform.mk
@@ -1,6 +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
+# List of all the SPC56x platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC56x/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/SPC56x/serial_lld.c
# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC56x