diff options
author | Diego Ismirlian <dismirlian@gmail.com> | 2019-10-02 11:38:05 -0300 |
---|---|---|
committer | Diego Ismirlian <dismirlian@gmail.com> | 2019-10-02 11:38:05 -0300 |
commit | 6f817a029807c07668d41b33faa3512df129710a (patch) | |
tree | 9502da2e070e245b51af4ed51b8c681fe13df416 /testhal/NRF51/NRF51822/RNG/Makefile | |
parent | d685cfd0c27252b77fe3cb5416d3921f37033e81 (diff) | |
parent | 51910c3551c2a4232ba3defcef063e2f745f925a (diff) | |
download | ChibiOS-Contrib-6f817a029807c07668d41b33faa3512df129710a.tar.gz ChibiOS-Contrib-6f817a029807c07668d41b33faa3512df129710a.tar.bz2 ChibiOS-Contrib-6f817a029807c07668d41b33faa3512df129710a.zip |
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'testhal/NRF51/NRF51822/RNG/Makefile')
-rw-r--r-- | testhal/NRF51/NRF51822/RNG/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/NRF51/NRF51822/RNG/Makefile b/testhal/NRF51/NRF51822/RNG/Makefile index 4a71207..e2094ad 100644 --- a/testhal/NRF51/NRF51822/RNG/Makefile +++ b/testhal/NRF51/NRF51822/RNG/Makefile @@ -105,7 +105,7 @@ include $(CHIBIOS)/os/hal/lib/streams/streams.mk # Define linker script file here
-LDSCRIPT= $(STARTUPLD)/NRF51822.ld
+LDSCRIPT= $(STARTUPLD_CONTRIB)/NRF51822.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -209,7 +209,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
|