datapath: Remove checksum compat support
[sliver-openvswitch.git] / datapath / Modules.mk
index d04750b..e2a4dad 100644 (file)
@@ -8,26 +8,21 @@ 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 \
        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 \
        vlan.h \
        vport.h \
        vport-internal_dev.h \