datapath: Move generic tunnel functions to lisp module.
[sliver-openvswitch.git] / datapath / Modules.mk
index d04750b..ccf4dfa 100644 (file)
@@ -12,12 +12,11 @@ openvswitch_sources = \
        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
 
@@ -26,8 +25,6 @@ openvswitch_headers = \
        compat.h \
        datapath.h \
        flow.h \
-       genl_exec.h \
-       tunnel.h \
        vlan.h \
        vport.h \
        vport-internal_dev.h \