From: Felix Fietkau Date: Mon, 26 Feb 2018 09:15:12 +0000 (+0100) Subject: netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c X-Git-Tag: v4.18-rc1~114^2~308^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a999d899bc26abee26d70c10762c81b9d684d2b;p=thirdparty%2Fkernel%2Flinux.git netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c Preparation for adding more code to the same module Signed-off-by: Felix Fietkau Signed-off-by: Pablo Neira Ayuso --- diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile index fd32bd2c95215..700c5d51e4054 100644 --- a/net/netfilter/Makefile +++ b/net/netfilter/Makefile @@ -111,6 +111,8 @@ obj-$(CONFIG_NFT_FWD_NETDEV) += nft_fwd_netdev.o # flow table infrastructure obj-$(CONFIG_NF_FLOW_TABLE) += nf_flow_table.o +nf_flow_table-objs := nf_flow_table_core.o + obj-$(CONFIG_NF_FLOW_TABLE_INET) += nf_flow_table_inet.o # generic X tables diff --git a/net/netfilter/nf_flow_table.c b/net/netfilter/nf_flow_table_core.c similarity index 100% rename from net/netfilter/nf_flow_table.c rename to net/netfilter/nf_flow_table_core.c