X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=datapath%2FModules.mk;h=9941123d6a20d20a4e7a5143a98a16c698612c0e;hb=a6ca7c672f6d5aaf24111d3414ea132ec36b40d6;hp=54c6f137809784e4984c72efd3126cc90d24eb38;hpb=f18a39b73a3548dd646f274f7555e07926c74371;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 54c6f1378..9941123d6 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -16,9 +16,9 @@ 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-vxlan.c @@ -31,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))