aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-07-07 23:20:59 +0200
committerStephane D'Alu <sdalu@sdalu.com>2016-07-07 23:20:59 +0200
commit6c6fba368be8187c25d69420abc4295214bd18ed (patch)
tree67367e6fcd5c8989c756f10551045fc978aff03d /testhal/NRF51
parent022cad04527a776e4b60a8211206a0ed2d402fcb (diff)
downloadChibiOS-Contrib-6c6fba368be8187c25d69420abc4295214bd18ed.tar.gz
ChibiOS-Contrib-6c6fba368be8187c25d69420abc4295214bd18ed.tar.bz2
ChibiOS-Contrib-6c6fba368be8187c25d69420abc4295214bd18ed.zip
corrected makefile
Diffstat (limited to 'testhal/NRF51')
-rw-r--r--testhal/NRF51/NRF51822/RNG/Makefile6
1 files 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