X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FModules.mk;h=2ce888894a9c207c9b084ea7f296bb041faae6b3;hb=a6e73618f53138eb6f55e2c66ff8c649794fd8dd;hp=54c6f137809784e4984c72efd3126cc90d24eb38;hpb=305b76debf72120672a8ba81d3356b6dccb1da9a;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 54c6f1378..2ce888894 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -12,13 +12,12 @@ openvswitch_sources = \ datapath.c \ dp_notify.c \ flow.c \ - genl_exec.c \ 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 @@ -27,17 +26,14 @@ openvswitch_headers = \ compat.h \ datapath.h \ flow.h \ - genl_exec.h \ 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))