From b6446b9fa0fd0a41b5ec28fbff96eab7128c05a9 Mon Sep 17 00:00:00 2001 From: Pravin B Shelar Date: Mon, 14 Mar 2016 12:42:48 -0700 Subject: [PATCH] datapath: Fix build failure related to missing vlan.h ---8<--- make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath' make[1]: *** No rule to make target `vlan.h', needed by `distdir'. Stop. make[1]: Leaving directory `/home/travis/build/openvswitch/ovs/datapath' make: *** [distdir] Error 1 cat: */_build/tests/testsuite.log: No such file or directory Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross --- datapath/Modules.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 3ffeee2ae..8e9a1697a 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -41,7 +41,6 @@ openvswitch_headers = \ flow.h \ flow_netlink.h \ flow_table.h \ - vlan.h \ vport.h \ vport-internal_dev.h \ vport-netdev.h