From 6c6fba368be8187c25d69420abc4295214bd18ed Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Thu, 7 Jul 2016 23:20:59 +0200 Subject: corrected makefile --- testhal/NRF51/NRF51822/RNG/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testhal/NRF51/NRF51822/RNG/Makefile b/testhal/NRF51/NRF51822/RNG/Makefile index 5f7d506..3641de7 100644 --- a/testhal/NRF51/NRF51822/RNG/Makefile +++ b/testhal/NRF51/NRF51822/RNG/Makefile @@ -81,10 +81,8 @@ endif PROJECT = ch # Imported source files and paths -CHIBIOS = /home/sdalu/ChibiOS/ChibiOS -CHIBIOS_CONTRIB = /home/sdalu/ChibiOS/ChibiOS-Contrib -#CHIBIOS = ../../../../../ChibiOS-RT -#CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib +CHIBIOS = ../../../../../ChibiOS-RT +CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib # Startup files. include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_nrf51.mk -- cgit v1.2.3