aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-02-13 18:42:13 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-02-17 10:24:20 +0400
commited128f83d8e2c42b34fba7dc92df2c7a80e23d8c (patch)
treed0e6896249d46b3688eaacd3afecd35de9646d96 /Makefile
parentf9bce50785218804b6a51d184789db824f1f304e (diff)
Makefile: set ODP_ROOT to PWD
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c80c70869..fffc06445 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
.DEFAULT_GOAL := default
-ODP_ROOT = .
+ODP_ROOT = $(PWD)
ODP_APP = odp_app
ODP_TESTS = $(ODP_ROOT)/test
INCLUDE = -I$(ODP_ROOT)/include