X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FModules.mk;h=ccf4dfac06799663e42ac80aa23ba92c5c8ebdc6;hb=fa04edcedfe5285fd8ad3a4d70fecb38df18293d;hp=281408b452644dfecb94c6f29b9a3d38a5ede2ad;hpb=85b20fd6ee585f462e012fbcc7f966a81edab2ed;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 281408b45..ccf4dfac0 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -12,15 +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-patch.c \ vport-vxlan.c openvswitch_headers = \ @@ -28,17 +25,13 @@ 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))