X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FModules.mk;h=648e37f2550b5b133904e1dc4f7c224dd800e054;hb=7b8a8c509fdabe9a81b7c3208d28966ad42f9978;hp=099be0e43f876de463d093953c0ca0970835efd2;hpb=34b307bea6c6695c4037ca2ed2dbd87926a029f1;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 099be0e43..648e37f25 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -1,36 +1,35 @@ all_modules = $(dist_modules) -dist_modules = openflow unit +dist_modules = openflow openflow_sources = \ chain.c \ crc32.c \ datapath.c \ - datapath_t.c \ + dp_act.c \ dp_dev.c \ + dp_notify.c \ flow.c \ forward.c \ + nx_act.c \ + nx_act_snat.c \ + nx_msg.c \ table-hash.c \ - table-linear.c \ - unit-exports.c + table-linear.c openflow_headers = \ chain.h \ compat.h \ crc32.h \ datapath.h \ - datapath_t.h \ dp_dev.h \ flow.h \ forward.h \ + dp_act.h \ + nx_act.h \ + nx_act_snat.h \ + nx_msg.h \ snap.h \ - table.h \ - unit.h - -unit_sources = \ - crc_t.c \ - forward_t.c \ - table_t.c \ - unit.c + table.h dist_sources = $(foreach module,$(dist_modules),$($(module)_sources)) dist_headers = $(foreach module,$(dist_modules),$($(module)_headers))