Add support for LISP tunneling
[sliver-openvswitch.git] / datapath / Modules.mk
index 281408b..9941123 100644 (file)
@@ -16,11 +16,10 @@ openvswitch_sources = \
        tunnel.c \
        vlan.c \
        vport.c \
-       vport-capwap.c \
        vport-gre.c \
        vport-internal_dev.c \
+       vport-lisp.c \
        vport-netdev.c \
-       vport-patch.c \
        vport-vxlan.c
 
 openvswitch_headers = \
@@ -32,13 +31,11 @@ openvswitch_headers = \
        tunnel.h \
        vlan.h \
        vport.h \
-       vport-capwap.h \
        vport-internal_dev.h \
        vport-netdev.h
 
 openvswitch_extras = \
-       README \
-       CAPWAP.txt
+       README
 
 dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))
 dist_headers = $(foreach module,$(dist_modules),$($(module)_headers))