From 7cf592eadc769f248830fa3e636ad7957fb910b4 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 22 Jun 2015 16:42:38 +0100 Subject: src: update DPDK and OVS build to DPDK2.0.0 Update DPDK to build DPDK v2.0.0 and update OVS to link to that version of DPDK. Change-Id: Icc8f9fbcc7a4804a3648f0027b4ea2140888d5d1 Signed-off-by: Maryam Tahhan Reviewed-by: Mark B Kavanagh Reviewed-by: TV Rao --- src/mk/master.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mk') diff --git a/src/mk/master.mk b/src/mk/master.mk index 2fcb7db1..a6c4e850 100644 --- a/src/mk/master.mk +++ b/src/mk/master.mk @@ -25,11 +25,6 @@ # try to read it in from environment INSTALL_DIR ?= $(shell echo $$INSTALL_DIR) -# if it is still not set, then set it to default -ifeq ($(INSTALL_DIR),) -INSTALL_DIR = /opt/opnfv -endif - # for debugging Makefile # Make V as a synonum for VERBOSE ifdef V -- cgit 1.2.3-korg