aboutsummaryrefslogtreecommitdiffstats
path: root/src/ovs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/ovs/Makefile')
-rw-r--r--src/ovs/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ovs/Makefile b/src/ovs/Makefile
index 384d6993..ee15c521 100644
--- a/src/ovs/Makefile
+++ b/src/ovs/Makefile
@@ -27,7 +27,6 @@ TAG_DONE_FLAG = $(WORK_DIR)/.$(OVS_TAG).done
CONFIG_CMD =
CONFIG_CMD += ./configure
OVS_VANILLA = ../../src_vanilla/ovs
-OVS_CUSE = ../../src_cuse/ovs
# If WITH_LINUX is defined, OVS is built without DPDK but with kernel
# module
@@ -90,7 +89,6 @@ clean:
clobber:
$(AT)rm -rf $(WORK_DIR)
$(AT)rm -rf $(OVS_VANILLA)
- $(AT)rm -rf $(OVS_CUSE)
# distclean is for developer who would like to keep the
# clone git repo, saving time to fetch again from url
@@ -116,8 +114,6 @@ $(WORK_DIR):
$(AT)git clone $(OVS_URL)
$(AT)mkdir -p $(OVS_VANILLA)
$(AT)cp -rf ./* $(OVS_VANILLA)
- $(AT)mkdir -p $(OVS_CUSE)
- $(AT)cp -rf ./* $(OVS_CUSE)
$(TAG_DONE_FLAG): $(WORK_DIR)
$(AT)cd ovs; git checkout $(OVS_TAG)