X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=587569f2bd4632a07fe9e487f7f093a1b8c5c139;hb=57d6a4c71bd0b4ed477ec273d4d4f84c5e4ed465;hp=b4d40fd100f21471f3f5478c5efc73908f89dde5;hpb=dd8d6b8cd4d708553037e306d41d1c501d3cecad;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index b4d40fd1..587569f2 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -20,6 +20,7 @@ openvswitch_sources = \ loop_counter.c \ table.c \ tunnel.c \ + vlan.c \ vport.c \ vport-capwap.c \ vport-generic.c \ @@ -36,9 +37,9 @@ openvswitch_headers = \ dp_sysfs.h \ flow.h \ loop_counter.h \ - odp-compat.h \ table.h \ tunnel.h \ + vlan.h \ vport.h \ vport-generic.h \ vport-internal_dev.h \