aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM0-STM32F051-DISCOVERY/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARMCM0-STM32F051-DISCOVERY/Makefile')
-rw-r--r--demos/ARMCM0-STM32F051-DISCOVERY/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/ARMCM0-STM32F051-DISCOVERY/Makefile b/demos/ARMCM0-STM32F051-DISCOVERY/Makefile
index 808327ae4..cdaab0ca2 100644
--- a/demos/ARMCM0-STM32F051-DISCOVERY/Makefile
+++ b/demos/ARMCM0-STM32F051-DISCOVERY/Makefile
@@ -59,12 +59,12 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../..
-include $(CHIBIOS)/boards/ST_STM32F0_DISCOVERY/board.mk
-include $(CHIBIOS)/os/hal/platforms/STM32F0xx/platform.mk
+#include $(CHIBIOS)/boards/ST_STM32F0_DISCOVERY/board.mk
+#include $(CHIBIOS)/os/hal/platforms/STM32F0xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F0xx/port.mk
-include $(CHIBIOS)/os/kernel/kernel.mk
-include $(CHIBIOS)/test/test.mk
+include $(CHIBIOS)/os/rt/rt.mk
+include $(CHIBIOS)/os/rt/ports/ARMCMx/devices/STM32F0xx/port.mk
+#include $(CHIBIOS)/test/test.mk
# Define linker script file here
LDSCRIPT= $(PORTLD)/STM32F051x8.ld
@@ -204,4 +204,4 @@ ifeq ($(USE_FWLIB),yes)
USE_OPT += -DUSE_STDPERIPH_DRIVER
endif
-include $(CHIBIOS)/os/ports/GCC/ARMCMx/rules.mk
+include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/rules.mk