From c319732c56b1f38b6201962416795ca8eaff172f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 22 Feb 2010 18:09:56 +0000 Subject: 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 --- os/hal/platforms/SPC56x/platform.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os') 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 -- cgit v1.2.3