aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.inc')
-rw-r--r--test/Makefile.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index f001119b9..8536402c8 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -3,19 +3,5 @@
#
# SPDX-License-Identifier: BSD-3-Clause
-ifdef DESTDIR
-
ODP_LIB = $(DESTDIR)/lib/libodp.a
EXTRA_CFLAGS += -I$(DESTDIR)/include
-EXTRA_CFLAGS += -I$(DESTDIR)/include/api
-
-else
-
-ODP_LIB = $(ODP_DIR)/lib/libodp.a
-EXTRA_CFLAGS += -I$(ODP_ROOT)/include
-EXTRA_CFLAGS += -I$(ODP_DIR)/include/api
-
-$(ODP_LIB):
- @echo Building $@
- $(MAKE) -C $(ODP_DIR) libs
-endif