Merge branch 'mainstream'
[sliver-openvswitch.git] / datapath / Modules.mk
index 9941123..7ddf79c 100644 (file)
@@ -8,13 +8,9 @@ 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 \
@@ -23,12 +19,9 @@ openvswitch_sources = \
        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 \