aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/Makefile
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2020-03-25 22:51:16 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2020-03-26 15:50:34 +0800
commit07d6310d2fb9a5e8c453bce62052c7d191817d2b (patch)
tree190d499cb1d47af2537faac9997a15ebb3837cd4 /net/openvswitch/Makefile
parent46427d39f985096411650cbb6752c245991b50c7 (diff)
openvswitch: unset CONFIG_AUTOREMOVE
Phase 2 buildbots with this option enabled will cleanup openvswitch build dir which is needed later when building ovn Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r--net/openvswitch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile
index 06186b5cc..14231a0d9 100644
--- a/net/openvswitch/Makefile
+++ b/net/openvswitch/Makefile
@@ -272,6 +272,8 @@ endif
TARGET_CFLAGS += -flto -std=gnu99
MAKE_VARS += PYTHONPATH="$(HOST_PYTHON3PATH)"
+override CONFIG_AUTOREMOVE=
+
$(foreach p,$(ovs_kmod_packages),\
$(eval $(call KernelPackage,$(p)))\
)