]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/netfilter/Makefile
netfilter: split netfilter IPv4 defragmentation into a separate module
[linux-2.6-omap-h63xx.git] / net / ipv4 / netfilter / Makefile
index 1107edbe478fa67e7bb3c474c75c55aab18c289c..5f9b650d90fc5fde8ed1dc9386eefc195ba79c21 100644 (file)
@@ -18,6 +18,9 @@ obj-$(CONFIG_NF_CONNTRACK_IPV4) += nf_conntrack_ipv4.o
 
 obj-$(CONFIG_NF_NAT) += nf_nat.o
 
+# defrag
+obj-$(CONFIG_NF_DEFRAG_IPV4) += nf_defrag_ipv4.o
+
 # NAT helpers (nf_conntrack)
 obj-$(CONFIG_NF_NAT_AMANDA) += nf_nat_amanda.o
 obj-$(CONFIG_NF_NAT_FTP) += nf_nat_ftp.o