diff options
Diffstat (limited to 'demos/PPC-SPC563M-GCC/Makefile')
-rw-r--r-- | demos/PPC-SPC563M-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563M-GCC/Makefile b/demos/PPC-SPC563M-GCC/Makefile index a19a93cd8..8ba97d6b0 100644 --- a/demos/PPC-SPC563M-GCC/Makefile +++ b/demos/PPC-SPC563M-GCC/Makefile @@ -47,7 +47,7 @@ PROJECT = ch # Imported source files
CHIBIOS = ../..
include $(CHIBIOS)/boards/GENERIC_SPC563M/board.mk
-include $(CHIBIOS)/os/hal/platforms/SPC56x/platform.mk
+include $(CHIBIOS)/os/hal/platforms/SPC563Mxx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/SPC563Mxx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
|