diff options
Diffstat (limited to 'demos/rt/RT-SPC56EL-EVB/Makefile')
-rw-r--r-- | demos/rt/RT-SPC56EL-EVB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/rt/RT-SPC56EL-EVB/Makefile b/demos/rt/RT-SPC56EL-EVB/Makefile index 6f3898e9c..a47bed372 100644 --- a/demos/rt/RT-SPC56EL-EVB/Makefile +++ b/demos/rt/RT-SPC56EL-EVB/Makefile @@ -74,8 +74,8 @@ CHIBIOS = ../../.. include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ST_EVB_SPC56EL/board.mk
include $(CHIBIOS)/os/hal/ports/SPC5/SPC56ELxx/platform.mk
+include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
-include $(CHIBIOS)/os/rt/osal/osal.mk
include $(CHIBIOS)/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk
include $(CHIBIOS)/test/test.mk
|