datapath: Remove checksum compat support
[sliver-openvswitch.git] / datapath / Modules.mk
index 2ce8888..e2a4dad 100644 (file)
@@ -8,11 +8,9 @@ dist_modules = $(both_modules) # Modules to distribute
 
 openvswitch_sources = \
        actions.c \
-       checksum.c \
        datapath.c \
        dp_notify.c \
        flow.c \
-       tunnel.c \
        vlan.c \
        vport.c \
        vport-gre.c \
@@ -22,11 +20,9 @@ openvswitch_sources = \
        vport-vxlan.c
 
 openvswitch_headers = \
-       checksum.h \
        compat.h \
        datapath.h \
        flow.h \
-       tunnel.h \
        vlan.h \
        vport.h \
        vport-internal_dev.h \