X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=dbeec8fb1261b365a62abbcb8968150cc338f0e1;hb=ed4031e4676affcb39962942ff437382d8f30c27;hp=c158d39e473782eddd86d066df1b9b2458661f49;hpb=d1eb60ccff0c2dbef2300cdfc5fead3c2d394beb;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index c158d39e..dbeec8fb 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -11,14 +11,18 @@ 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 \ + vlan.c \ vport.c \ + vport-capwap.c \ vport-generic.c \ vport-gre.c \ vport-internal_dev.c \ @@ -27,13 +31,14 @@ openvswitch_sources = \ openvswitch_headers = \ actions.h \ - compat.h \ + checksum.h \ datapath.h \ dp_sysfs.h \ flow.h \ - odp-compat.h \ + loop_counter.h \ table.h \ tunnel.h \ + vlan.h \ vport.h \ vport-generic.h \ vport-internal_dev.h \