diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-01 16:12:27 +0200 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-01 16:12:27 +0200 |
commit | b4dfe5e2745201a9749839b3348f2bd61b4bd098 (patch) | |
tree | 7096569634d34ea53438d5616fa49bcd11869d4e /testhal/NRF51/NRF51822/PAL/Makefile | |
parent | 8f7c2d187bbb02915f44b926c7aa02185402aef7 (diff) | |
download | ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.tar.gz ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.tar.bz2 ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.zip |
Updating Makefiles for 19.1.x
Diffstat (limited to 'testhal/NRF51/NRF51822/PAL/Makefile')
-rw-r--r-- | testhal/NRF51/NRF51822/PAL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/NRF51/NRF51822/PAL/Makefile b/testhal/NRF51/NRF51822/PAL/Makefile index 79e226d..7a42912 100644 --- a/testhal/NRF51/NRF51822/PAL/Makefile +++ b/testhal/NRF51/NRF51822/PAL/Makefile @@ -209,5 +209,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
|