diff options
Diffstat (limited to 'testhal/SPC563Mxx/ADC/Makefile')
-rw-r--r-- | testhal/SPC563Mxx/ADC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC563Mxx/ADC/Makefile b/testhal/SPC563Mxx/ADC/Makefile index 8d2f2bead..932511e51 100644 --- a/testhal/SPC563Mxx/ADC/Makefile +++ b/testhal/SPC563Mxx/ADC/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files
CHIBIOS = ../../..
-include $(CHIBIOS)/boards/GENERIC_SPC563M/board.mk
+include $(CHIBIOS)/boards/ST_EVB_SPC563M/board.mk
include $(CHIBIOS)/os/hal/platforms/SPC563Mxx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/SPC563Mxx/port.mk
|