X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=587569f2bd4632a07fe9e487f7f093a1b8c5c139;hb=ac1e8ee90853b5d248ea5d2d0f63ce0b5686a5b7;hp=01c1a7136707f55ab5dd16cf19036f2b4249d9cf;hpb=f632c8fc817ff5597007a795b51574bddd32563a;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 01c1a713..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 \ @@ -31,13 +32,14 @@ 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 \