aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC563-GCC
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC563-GCC')
-rw-r--r--demos/PPC-SPC563-GCC/Makefile2
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