src: update DPDK and OVS build to DPDK2.0.0
[vswitchperf.git] / src / mk / master.mk
index 2fcb7db..a6c4e85 100644 (file)
 # 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