diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-22 18:09:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-22 18:09:56 +0000 |
commit | c319732c56b1f38b6201962416795ca8eaff172f (patch) | |
tree | d47f2993f71789bf9bcda1fe7eac7c2311c9cf8c /demos | |
parent | faa2814401673add723276416131736fcdb3d0da (diff) | |
download | ChibiOS-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 'demos')
-rw-r--r-- | demos/PPC-SPC563-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563-GCC/Makefile b/demos/PPC-SPC563-GCC/Makefile index 057de4ae0..6aaee3ea4 100644 --- a/demos/PPC-SPC563-GCC/Makefile +++ b/demos/PPC-SPC563-GCC/Makefile @@ -41,7 +41,7 @@ LDSCRIPT = ./ch.ld # Imported source files
CHIBIOS = ../..
include $(CHIBIOS)/boards/GENERIC_SPC563/board.mk
-include $(CHIBIOS)/os/hal/platforms/SPC563/platform.mk
+include $(CHIBIOS)/os/hal/platforms/SPC56x/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
|