diff options
Diffstat (limited to 'demos/PPC-SPC560P-GCC/Makefile')
| -rw-r--r-- | demos/PPC-SPC560P-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC560P-GCC/Makefile b/demos/PPC-SPC560P-GCC/Makefile index 66d880da3..2f567c047 100644 --- a/demos/PPC-SPC560P-GCC/Makefile +++ b/demos/PPC-SPC560P-GCC/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files
CHIBIOS = ../..
-include $(CHIBIOS)/boards/GENERIC_SPC560P/board.mk
+include $(CHIBIOS)/boards/ST_EVB_SPC560P/board.mk
include $(CHIBIOS)/os/hal/platforms/SPC560Pxx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/SPC560Pxx/port.mk
|
