X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=01c1a7136707f55ab5dd16cf19036f2b4249d9cf;hb=f632c8fc817ff5597007a795b51574bddd32563a;hp=cbf65a666176c9e57772ccab3b3be8214e692df2;hpb=7eaa9830512604ea9f18e8efb306b9bd75a8248b;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index cbf65a66..01c1a713 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 \ @@ -29,7 +30,7 @@ openvswitch_sources = \ openvswitch_headers = \ actions.h \ - compat.h \ + checksum.h \ datapath.h \ dp_sysfs.h \ flow.h \