aboutsummaryrefslogtreecommitdiffstats
path: root/demos/NRF52/Classic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/NRF52/Classic/Makefile')
-rw-r--r--demos/NRF52/Classic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/NRF52/Classic/Makefile b/demos/NRF52/Classic/Makefile
index 24f0f3a..0f318b1 100644
--- a/demos/NRF52/Classic/Makefile
+++ b/demos/NRF52/Classic/Makefile
@@ -89,9 +89,8 @@ endif
PROJECT = ch
# Imported source files and paths
-NRF51SDK = /home/sdalu/nRF51-SDK
-CHIBIOS = /home/sdalu/ChibiOS/ChibiOS
-CHIBIOS_CONTRIB = /home/sdalu/ChibiOS/ChibiOS-Contrib
+CHIBIOS = ../../../../ChibiOS-RT
+CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_nrf52.mk
# HAL-OSAL files (optional).