aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Makefile
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-03-20 15:15:51 +0100
committerPatrick McHardy <kaber@trash.net>2008-04-14 11:15:48 +0200
commit6185f870e293a0a3eae5c81eb0106480cf03dfde (patch)
treee4e9dad8838a97312be0b67657c642d042457ba3 /net/ipv4/netfilter/Makefile
parent2d2d84c40e19a7fce51ba1f124ecde105104192d (diff)
downloadlinux-6185f870e293a0a3eae5c81eb0106480cf03dfde.tar.gz
[NETFILTER]: nf_nat: add UDP-Lite support
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter/Makefile')
-rw-r--r--net/ipv4/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/Makefile b/net/ipv4/netfilter/Makefile
index e73d0eb9994a89..332f46fbc756d5 100644
--- a/net/ipv4/netfilter/Makefile
+++ b/net/ipv4/netfilter/Makefile
@@ -30,6 +30,7 @@ obj-$(CONFIG_NF_NAT_TFTP) += nf_nat_tftp.o
# NAT protocols (nf_nat)
obj-$(CONFIG_NF_NAT_PROTO_GRE) += nf_nat_proto_gre.o
+obj-$(CONFIG_NF_NAT_PROTO_UDPLITE) += nf_nat_proto_udplite.o
# generic IP tables
obj-$(CONFIG_IP_NF_IPTABLES) += ip_tables.o