X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FModules.mk;h=587569f2bd4632a07fe9e487f7f093a1b8c5c139;hb=3bffc610fa3ae08fa837f6bd0bf7a2deebdd0970;hp=01c1a7136707f55ab5dd16cf19036f2b4249d9cf;hpb=f632c8fc817ff5597007a795b51574bddd32563a;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 01c1a7136..587569f2b 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 \