summaryrefslogtreecommitdiff
path: root/tests/bluetooth/test_bluetooth/src
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-06-18 08:44:38 -0500
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-06-30 14:36:39 +0000
commit7dcbbc39e74963da7cb43ccae85602edadd019b7 (patch)
tree08ab6a92e57634a6bfeffa23d8cc7dd02315774d /tests/bluetooth/test_bluetooth/src
parentff694e92b55ea492d2e04649fead741ac2039a32 (diff)
build: move from srctree to ZEPHYR_BASE for app include paths
$srctree for the application might not be set to be $ZEPHYR_BASE, use $ZEPHYR_BASE instead to be more explicit in the build. Change-Id: Iefa5ff59f246b584949329044f7a6531adc6ed62 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'tests/bluetooth/test_bluetooth/src')
-rw-r--r--tests/bluetooth/test_bluetooth/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bluetooth/test_bluetooth/src/Makefile b/tests/bluetooth/test_bluetooth/src/Makefile
index 8a7b33766..eea5ea771 100644
--- a/tests/bluetooth/test_bluetooth/src/Makefile
+++ b/tests/bluetooth/test_bluetooth/src/Makefile
@@ -1,3 +1,3 @@
-ccflags-y += -I${srctree}/tests/include
+ccflags-y += -I${ZEPHYR_BASE}/tests/include
obj-y = bluetooth.o