aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC563M-EVB/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-16 14:08:44 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-16 14:08:44 +0000
commite9990f73ef2625764f7cc12210ce5704ebfcdaa2 (patch)
treede980372545b0fde648a6dd016b54f5b69fe1240 /demos/SPC5/RT-SPC563M-EVB/Makefile
parenta739e4e7abaf487e57647788fc93ca5e11727bbb (diff)
downloadChibiOS-e9990f73ef2625764f7cc12210ce5704ebfcdaa2.tar.gz
ChibiOS-e9990f73ef2625764f7cc12210ce5704ebfcdaa2.tar.bz2
ChibiOS-e9990f73ef2625764f7cc12210ce5704ebfcdaa2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8905 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC563M-EVB/Makefile')
-rw-r--r--demos/SPC5/RT-SPC563M-EVB/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/SPC5/RT-SPC563M-EVB/Makefile b/demos/SPC5/RT-SPC563M-EVB/Makefile
index a83b1fd89..d9caf5cf8 100644
--- a/demos/SPC5/RT-SPC563M-EVB/Makefile
+++ b/demos/SPC5/RT-SPC563M-EVB/Makefile
@@ -83,7 +83,7 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../../..
# Startup files.
-include $(CHIBIOS)/os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk
+include $(CHIBIOS)/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ST_EVB_SPC563M/board.mk
@@ -91,7 +91,7 @@ include $(CHIBIOS)/os/hal/ports/SPC5/SPC563Mxx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
-include $(CHIBIOS)/os/rt/ports/e200/compilers/GCC/mk/port.mk
+include $(CHIBIOS)/os/common/ports/e200/compilers/GCC/mk/port.mk
# Other files (optional).
include $(CHIBIOS)/test/rt/test.mk
@@ -184,5 +184,5 @@ ULIBS =
# End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/ports/e200/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/e200/compilers/GCC
include $(RULESPATH)/rules.mk