From b4dfe5e2745201a9749839b3348f2bd61b4bd098 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Tue, 1 Oct 2019 16:12:27 +0200 Subject: Updating Makefiles for 19.1.x --- testhal/NRF51/NRF51822/RNG/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/NRF51/NRF51822/RNG/Makefile') diff --git a/testhal/NRF51/NRF51822/RNG/Makefile b/testhal/NRF51/NRF51822/RNG/Makefile index 4a71207..47cb8f3 100644 --- a/testhal/NRF51/NRF51822/RNG/Makefile +++ b/testhal/NRF51/NRF51822/RNG/Makefile @@ -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 -- cgit v1.2.3 From 67548cce11c577c21c36c950d9f2ca620d87a125 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 2 Oct 2019 15:58:45 +0200 Subject: NRF51 testhal fixes --- testhal/NRF51/NRF51822/RNG/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/NRF51/NRF51822/RNG/Makefile') diff --git a/testhal/NRF51/NRF51822/RNG/Makefile b/testhal/NRF51/NRF51822/RNG/Makefile index 47cb8f3..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. -- cgit v1.2.3