X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FModules.mk;h=587569f2bd4632a07fe9e487f7f093a1b8c5c139;hb=dde0c4faf54836833388191b405ac2f81dda4b6c;hp=cbf65a666176c9e57772ccab3b3be8214e692df2;hpb=7eaa9830512604ea9f18e8efb306b9bd75a8248b;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index cbf65a666..587569f2b 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -11,6 +11,7 @@ dist_modules = $(both_modules) # Modules to distribute openvswitch_sources = \ actions.c \ + checksum.c \ datapath.c \ dp_notify.c \ dp_sysfs_dp.c \ @@ -19,6 +20,7 @@ openvswitch_sources = \ loop_counter.c \ table.c \ tunnel.c \ + vlan.c \ vport.c \ vport-capwap.c \ vport-generic.c \ @@ -29,14 +31,15 @@ openvswitch_sources = \ openvswitch_headers = \ actions.h \ + checksum.h \ compat.h \ datapath.h \ dp_sysfs.h \ flow.h \ loop_counter.h \ - odp-compat.h \ table.h \ tunnel.h \ + vlan.h \ vport.h \ vport-generic.h \ vport-internal_dev.h \