From bc2bcd741781f51daa56af86c7e67f0f91eb50a2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 11 Dec 2012 10:51:38 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4902 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/PPC-SPC563M-GCC/.cproject | 3 +++ demos/PPC-SPC563M-GCC/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/PPC-SPC563M-GCC/.cproject b/demos/PPC-SPC563M-GCC/.cproject index 51543c2ba..3f0950e92 100644 --- a/demos/PPC-SPC563M-GCC/.cproject +++ b/demos/PPC-SPC563M-GCC/.cproject @@ -23,6 +23,9 @@ + diff --git a/demos/PPC-SPC563M-GCC/Makefile b/demos/PPC-SPC563M-GCC/Makefile index a19a93cd8..8ba97d6b0 100644 --- a/demos/PPC-SPC563M-GCC/Makefile +++ b/demos/PPC-SPC563M-GCC/Makefile @@ -47,7 +47,7 @@ PROJECT = ch # Imported source files CHIBIOS = ../.. include $(CHIBIOS)/boards/GENERIC_SPC563M/board.mk -include $(CHIBIOS)/os/hal/platforms/SPC56x/platform.mk +include $(CHIBIOS)/os/hal/platforms/SPC563Mxx/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/PPC/SPC563Mxx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk -- cgit v1.2.3