aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC56EL-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC56EL-GCC/Makefile')
-rw-r--r--demos/PPC-SPC56EL-GCC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/PPC-SPC56EL-GCC/Makefile b/demos/PPC-SPC56EL-GCC/Makefile
index be14b2ad3..7561877cc 100644
--- a/demos/PPC-SPC56EL-GCC/Makefile
+++ b/demos/PPC-SPC56EL-GCC/Makefile
@@ -46,9 +46,9 @@ PROJECT = ch
# Imported source files
CHIBIOS = ../..
-#include $(CHIBIOS)/boards/GENERIC_SPC560EL/board.mk
-#include $(CHIBIOS)/os/hal/platforms/SPC560ELxx/platform.mk
-#include $(CHIBIOS)/os/hal/hal.mk
+include $(CHIBIOS)/boards/GENERIC_SPC56EL/board.mk
+include $(CHIBIOS)/os/hal/platforms/SPC56ELxx/platform.mk
+include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/SPC56ELxx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk