X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=dbeec8fb1261b365a62abbcb8968150cc338f0e1;hb=16472256190e083258bfcf6a4ba4f74cb412fcd4;hp=b4d40fd100f21471f3f5478c5efc73908f89dde5;hpb=dd8d6b8cd4d708553037e306d41d1c501d3cecad;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index b4d40fd1..dbeec8fb 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 \ @@ -31,14 +32,13 @@ openvswitch_sources = \ openvswitch_headers = \ actions.h \ checksum.h \ - compat.h \ datapath.h \ 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 \