Prepare for post-2.2.0 (2.2.90).
[sliver-openvswitch.git] / datapath / Modules.mk
index 2ce8888..b652411 100644 (file)
@@ -8,12 +8,11 @@ dist_modules = $(both_modules)        # Modules to distribute
 
 openvswitch_sources = \
        actions.c \
-       checksum.c \
        datapath.c \
        dp_notify.c \
        flow.c \
-       tunnel.c \
-       vlan.c \
+       flow_netlink.c \
+       flow_table.c \
        vport.c \
        vport-gre.c \
        vport-internal_dev.c \
@@ -22,11 +21,11 @@ openvswitch_sources = \
        vport-vxlan.c
 
 openvswitch_headers = \
-       checksum.h \
        compat.h \
        datapath.h \
        flow.h \
-       tunnel.h \
+       flow_netlink.h \
+       flow_table.h \
        vlan.h \
        vport.h \
        vport-internal_dev.h \