aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC560B-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC560B-GCC/Makefile')
-rw-r--r--demos/PPC-SPC560B-GCC/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/PPC-SPC560B-GCC/Makefile b/demos/PPC-SPC560B-GCC/Makefile
index 62303fdd1..8e942f03e 100644
--- a/demos/PPC-SPC560B-GCC/Makefile
+++ b/demos/PPC-SPC560B-GCC/Makefile
@@ -46,15 +46,15 @@ PROJECT = ch
# Imported source files
CHIBIOS = ../..
-include $(CHIBIOS)/boards/GENERIC_SPC560P/board.mk
-include $(CHIBIOS)/os/hal/platforms/SPC560Pxx/platform.mk
+include $(CHIBIOS)/boards/GENERIC_SPC560B/board.mk
+include $(CHIBIOS)/os/hal/platforms/SPC560BCxx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/ports/GCC/PPC/SPC560Pxx/port.mk
+include $(CHIBIOS)/os/ports/GCC/PPC/SPC560BCxx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/SPC560P44.ld
+LDSCRIPT= $(PORTLD)/SPC560B50.ld
# C sources here.
CSRC = $(PORTSRC) \