X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FModules.mk;h=b652411a45a2fdf9e2b3c9d30b66790203b6b3cc;hb=003ce655b7116d18c86a74c50391e54990346931;hp=d04750b73515d4b8276bc5aeddcd3ce1c282922b;hpb=09538fdc5765afad5c5419483e688d1de4fd5aea;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index d04750b73..b652411a4 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -8,26 +8,24 @@ dist_modules = $(both_modules) # Modules to distribute openvswitch_sources = \ actions.c \ - checksum.c \ datapath.c \ dp_notify.c \ flow.c \ - genl_exec.c \ - tunnel.c \ - vlan.c \ + flow_netlink.c \ + flow_table.c \ vport.c \ vport-gre.c \ vport-internal_dev.c \ + vport-lisp.c \ vport-netdev.c \ vport-vxlan.c openvswitch_headers = \ - checksum.h \ compat.h \ datapath.h \ flow.h \ - genl_exec.h \ - tunnel.h \ + flow_netlink.h \ + flow_table.h \ vlan.h \ vport.h \ vport-internal_dev.h \