aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-02-13 18:42:15 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-02-17 10:24:34 +0400
commite994ec5e74176d5ad0b6ea2bd1627ce6323af196 (patch)
tree07bcee62e18257e6b1ca739bdbd2e50f207f1bf7 /Makefile
parenta34929961bc6c9106ed3712b3ed4763e7fa9ae1a (diff)
Makefiles: move rm, cp, echo into Makefile.inc
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 240179d13..318230d2e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@
.DEFAULT_GOAL := default
-ODP_ROOT = $(PWD)
-ODP_APP = odp_app
+ODP_ROOT = $(PWD)
+ODP_APP = odp_app
ODP_TESTS = $(ODP_ROOT)/test
-INCLUDE = -I$(ODP_ROOT)/include
+INCLUDE = -I$(ODP_ROOT)/include
include $(ODP_ROOT)/Makefile.inc