aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2014-02-19 18:14:58 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-02-24 12:47:44 +0400
commitf5829c4a78f561422bbc831518d53f621490b4cb (patch)
tree603855c0b711c18de0bf1765e3b96babf61e1d07 /test/Makefile.inc
parentab883023161072cf1d714337358926daeddd8d43 (diff)
Makefiles: Allow CFLAGS to overide the build
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
Diffstat (limited to 'test/Makefile.inc')
-rw-r--r--test/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index 72bbebd8c..63feecf3b 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -5,8 +5,8 @@
ODP_TEST_ROOT = $(ODP_ROOT)/test
-CFLAGS += -I$(DESTDIR)/include
+EXTRA_CFLAGS += -I$(DESTDIR)/include
LIB = -L$(DESTDIR)/lib -lodp
LDFLAGS += -lrt
-LDFLAGS += $(EXTRA_CFLAGS)
+#LDFLAGS += $(CFLAGS)