aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC560D-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC560D-GCC/Makefile')
-rw-r--r--demos/PPC-SPC560D-GCC/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/demos/PPC-SPC560D-GCC/Makefile b/demos/PPC-SPC560D-GCC/Makefile
index 9281f6da3..04251c605 100644
--- a/demos/PPC-SPC560D-GCC/Makefile
+++ b/demos/PPC-SPC560D-GCC/Makefile
@@ -51,12 +51,12 @@ PROJECT = ch
# Imported source files
CHIBIOS = ../..
-#include $(CHIBIOS)/boards/ST_EVB_SPC560D/board.mk
-#include $(CHIBIOS)/os/hal/platforms/SPC560Dxx/platform.mk
-#include $(CHIBIOS)/os/hal/hal.mk
+include $(CHIBIOS)/boards/ST_EVB_SPC560D/board.mk
+include $(CHIBIOS)/os/hal/platforms/SPC560Dxx/platform.mk
+include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/SPC560Dxx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
-#include $(CHIBIOS)/test/test.mk
+include $(CHIBIOS)/test/test.mk
# Define linker script file here
LDSCRIPT= $(PORTLD)/SPC560D40.ld
@@ -68,10 +68,10 @@ CSRC = $(PORTSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
+ $(CHIBIOS)/os/various/evtimer.c \
+ $(CHIBIOS)/os/various/shell.c \
+ $(CHIBIOS)/os/various/chprintf.c \
main.c
-# $(CHIBIOS)/os/various/evtimer.c \
-# $(CHIBIOS)/os/various/shell.c \
-# $(CHIBIOS)/os/various/chprintf.c \
# C++ sources here.
CPPSRC =