]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/ipv6/netfilter/Makefile
Net: ipv6: netfiliter: Makefile: Remove deprecated kbuild goal definitions
[net-next-2.6.git] / net / ipv6 / netfilter / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the netfilter modules on top of IPv6.
3#
4
5# Link order matters here.
6obj-$(CONFIG_IP6_NF_IPTABLES) += ip6_tables.o
1da177e4
LT
7obj-$(CONFIG_IP6_NF_FILTER) += ip6table_filter.o
8obj-$(CONFIG_IP6_NF_MANGLE) += ip6table_mangle.o
1da177e4 9obj-$(CONFIG_IP6_NF_QUEUE) += ip6_queue.o
1da177e4 10obj-$(CONFIG_IP6_NF_RAW) += ip6table_raw.o
17e6e59f 11obj-$(CONFIG_IP6_NF_SECURITY) += ip6table_security.o
9fb9cbb1
YK
12
13# objects for l3 independent conntrack
4de58dfe 14nf_conntrack_ipv6-y := nf_conntrack_l3proto_ipv6.o nf_conntrack_proto_icmpv6.o
9fb9cbb1
YK
15
16# l3 independent conntrack
e97c3e27 17obj-$(CONFIG_NF_CONNTRACK_IPV6) += nf_conntrack_ipv6.o nf_defrag_ipv6.o
0795c65d 18
f6318e55 19# defrag
4de58dfe 20nf_defrag_ipv6-y := nf_defrag_ipv6_hooks.o nf_conntrack_reasm.o
f6318e55
KK
21obj-$(CONFIG_NF_DEFRAG_IPV6) += nf_defrag_ipv6.o
22
0795c65d
JE
23# matches
24obj-$(CONFIG_IP6_NF_MATCH_AH) += ip6t_ah.o
25obj-$(CONFIG_IP6_NF_MATCH_EUI64) += ip6t_eui64.o
26obj-$(CONFIG_IP6_NF_MATCH_FRAG) += ip6t_frag.o
0795c65d
JE
27obj-$(CONFIG_IP6_NF_MATCH_IPV6HEADER) += ip6t_ipv6header.o
28obj-$(CONFIG_IP6_NF_MATCH_MH) += ip6t_mh.o
29obj-$(CONFIG_IP6_NF_MATCH_OPTS) += ip6t_hbh.o
0795c65d
JE
30obj-$(CONFIG_IP6_NF_MATCH_RT) += ip6t_rt.o
31
32# targets
0795c65d
JE
33obj-$(CONFIG_IP6_NF_TARGET_LOG) += ip6t_LOG.o
34obj-$(CONFIG_IP6_NF_TARGET_REJECT) += ip6t_REJECT.o