aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-02-13 18:42:17 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-02-17 10:24:48 +0400
commite0ba19104c6eeb9d1817123fedd193b418336847 (patch)
treef51951c7797d3cfad83b74255a6252cdb3f9d006 /Makefile.inc
parent9a6f3659ab13ce5a75e8af24614a04ee4e526c97 (diff)
makefiles: make the test depend on the install dir
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.inc b/Makefile.inc
index eb9ec4d73..7dea0286d 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -9,16 +9,12 @@ CFLAGS += -DODP_DEBUG=1
CFLAGS += -O0 -g
OBJ_DIR = ./obj
-ODP_LIB = $(ODP_ROOT)/platform/$(PLATFORM)
-ARCH_INC = $(ODP_ROOT)/platform/$(PLATFORM)/include/api
-LIB = -L$(ODP_LIB)/lib -lodp
DESTDIR ?= $(ODP_ROOT)/build
CFLAGS += -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
CFLAGS += -Wmissing-declarations -Wold-style-definition -Wpointer-arith
CFLAGS += -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral
CFLAGS += -Wformat-security -Wundef -Wwrite-strings
-CFLAGS += -I$(ODP_ROOT)/include
CC ?= gcc
LD ?= gcc