aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/ADC/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-18 12:05:17 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-18 12:05:17 +0000
commitd7d709ee5a1fd389602ac48735d17e7b7f421fec (patch)
tree4ee7afc77ff8b36314930ace0ff87e61a4218c77 /testhal/KINETIS/ADC/Makefile
parent84f7aa84b3a62ecc4ffc940bca7f220f48e99107 (diff)
downloadChibiOS-d7d709ee5a1fd389602ac48735d17e7b7f421fec.tar.gz
ChibiOS-d7d709ee5a1fd389602ac48735d17e7b7f421fec.tar.bz2
ChibiOS-d7d709ee5a1fd389602ac48735d17e7b7f421fec.zip
Continue merge of RT4/NIL2.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8908 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/KINETIS/ADC/Makefile')
-rw-r--r--testhal/KINETIS/ADC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/KINETIS/ADC/Makefile b/testhal/KINETIS/ADC/Makefile
index 104981773..d438436b7 100644
--- a/testhal/KINETIS/ADC/Makefile
+++ b/testhal/KINETIS/ADC/Makefile
@@ -82,13 +82,13 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../../..
-include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_kl2x.mk
+include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_kl2x.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/KINETIS/KL2x/platform.mk
include $(CHIBIOS)/os/hal/boards/FREESCALE_FREEDOM_KL25Z/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
-include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk
+include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/KL25Z128.ld
@@ -201,5 +201,5 @@ ULIBS =
# End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk