X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2FModules.mk;h=cbf65a666176c9e57772ccab3b3be8214e692df2;hb=16d40e2aaab1f067e452f36fac9bf0214310bf33;hp=ba9e01c27475e63e88d926c80d32cc238a91412c;hpb=8d5ebd839b86463c72239fe972001e4f1a367a7b;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index ba9e01c2..cbf65a66 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -16,10 +16,16 @@ openvswitch_sources = \ dp_sysfs_dp.c \ dp_sysfs_if.c \ flow.c \ + loop_counter.c \ table.c \ + tunnel.c \ vport.c \ + vport-capwap.c \ + vport-generic.c \ + vport-gre.c \ vport-internal_dev.c \ - vport-netdev.c + vport-netdev.c \ + vport-patch.c openvswitch_headers = \ actions.h \ @@ -27,8 +33,12 @@ openvswitch_headers = \ datapath.h \ dp_sysfs.h \ flow.h \ + loop_counter.h \ + odp-compat.h \ table.h \ + tunnel.h \ vport.h \ + vport-generic.h \ vport-internal_dev.h \ vport-netdev.h