aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF52
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-01 16:12:27 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-01 16:12:27 +0200
commitb4dfe5e2745201a9749839b3348f2bd61b4bd098 (patch)
tree7096569634d34ea53438d5616fa49bcd11869d4e /testhal/NRF52
parent8f7c2d187bbb02915f44b926c7aa02185402aef7 (diff)
downloadChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.tar.gz
ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.tar.bz2
ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.zip
Updating Makefiles for 19.1.x
Diffstat (limited to 'testhal/NRF52')
-rw-r--r--testhal/NRF52/NRF52832/I2C/Makefile2
-rw-r--r--testhal/NRF52/NRF52832/PWM-ICU/Makefile2
-rw-r--r--testhal/NRF52/NRF52832/RADIO-ESB/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/testhal/NRF52/NRF52832/I2C/Makefile b/testhal/NRF52/NRF52832/I2C/Makefile
index edb407e..8506153 100644
--- a/testhal/NRF52/NRF52832/I2C/Makefile
+++ b/testhal/NRF52/NRF52832/I2C/Makefile
@@ -203,5 +203,5 @@ ULIBS =
# End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
diff --git a/testhal/NRF52/NRF52832/PWM-ICU/Makefile b/testhal/NRF52/NRF52832/PWM-ICU/Makefile
index 237bcbe..bf84c39 100644
--- a/testhal/NRF52/NRF52832/PWM-ICU/Makefile
+++ b/testhal/NRF52/NRF52832/PWM-ICU/Makefile
@@ -213,7 +213,7 @@ ULIBS =
# End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
diff --git a/testhal/NRF52/NRF52832/RADIO-ESB/Makefile b/testhal/NRF52/NRF52832/RADIO-ESB/Makefile
index a01eb88..2e53d12 100644
--- a/testhal/NRF52/NRF52832/RADIO-ESB/Makefile
+++ b/testhal/NRF52/NRF52832/RADIO-ESB/Makefile
@@ -208,5 +208,5 @@ ULIBS =
# End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk