X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=01c1a7136707f55ab5dd16cf19036f2b4249d9cf;hb=3517d8bf8053d20d90d471d6f462fea5cd39bca0;hp=37777436b3b5ed43580a40d946552f458674d835;hpb=b19e8815add8374089c8a90fd276ba65c151416a;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 37777436..01c1a713 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -11,26 +11,33 @@ dist_modules = $(both_modules) # Modules to distribute openvswitch_sources = \ actions.c \ + checksum.c \ datapath.c \ dp_notify.c \ 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 \ - compat.h \ + checksum.h \ 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 \