X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=net%2Fipv4%2Fnetfilter%2FMakefile;h=853328f8fd050fa4c3094d498ed940362401b01a;hb=38531201c12144cd7d96abfdfe7449c2b01375e8;hp=87b073da14c928df176e7f4163e5301edcafdd89;hpb=6aa8ca4df0c1e2095c3f9f6fc28d85a991787879;p=mirror_ubuntu-bionic-kernel.git diff --git a/net/ipv4/netfilter/Makefile b/net/ipv4/netfilter/Makefile index 87b073da14c9..853328f8fd05 100644 --- a/net/ipv4/netfilter/Makefile +++ b/net/ipv4/netfilter/Makefile @@ -4,11 +4,6 @@ # objects for l3 independent conntrack nf_conntrack_ipv4-y := nf_conntrack_l3proto_ipv4.o nf_conntrack_proto_icmp.o -ifeq ($(CONFIG_NF_CONNTRACK_PROC_COMPAT),y) -ifeq ($(CONFIG_PROC_FS),y) -nf_conntrack_ipv4-objs += nf_conntrack_l3proto_ipv4_compat.o -endif -endif # connection tracking obj-$(CONFIG_NF_CONNTRACK_IPV4) += nf_conntrack_ipv4.o