allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / net / ipv6 / netfilter / Makefile
blob8fca59f821cfc03cc3e669e47489211271452c1b
2 # Makefile for the netfilter modules on top of IPv6.
5 # Link order matters here.
6 obj-$(CONFIG_IP6_NF_IPTABLES) += ip6_tables.o
7 obj-$(CONFIG_IP6_NF_MATCH_RT) += ip6t_rt.o
8 obj-$(CONFIG_IP6_NF_MATCH_OPTS) += ip6t_hbh.o
9 obj-$(CONFIG_IP6_NF_MATCH_IPV6HEADER) += ip6t_ipv6header.o
10 obj-$(CONFIG_IP6_NF_MATCH_FRAG) += ip6t_frag.o
11 obj-$(CONFIG_IP6_NF_MATCH_AH) += ip6t_ah.o
12 obj-$(CONFIG_IP6_NF_MATCH_EUI64) += ip6t_eui64.o
13 obj-$(CONFIG_IP6_NF_MATCH_OWNER) += ip6t_owner.o
14 obj-$(CONFIG_IP6_NF_FILTER) += ip6table_filter.o
15 obj-$(CONFIG_IP6_NF_MANGLE) += ip6table_mangle.o
16 obj-$(CONFIG_IP6_NF_QUEUE) += ip6_queue.o
17 obj-$(CONFIG_IP6_NF_TARGET_LOG) += ip6t_LOG.o
18 obj-$(CONFIG_IP6_NF_RAW) += ip6table_raw.o
19 obj-$(CONFIG_IP6_NF_TARGET_REJECT) += ip6t_REJECT.o
20 obj-$(CONFIG_IP6_NF_TARGET_ROUTE) += ip6t_ROUTE.o
21 obj-$(CONFIG_IP6_NF_MATCH_MH) += ip6t_mh.o
23 # objects for l3 independent conntrack
24 nf_conntrack_ipv6-objs := nf_conntrack_l3proto_ipv6.o nf_conntrack_proto_icmpv6.o nf_conntrack_reasm.o
26 # l3 independent conntrack
27 obj-$(CONFIG_NF_CONNTRACK_IPV6) += nf_conntrack_ipv6.o