diff options
Diffstat (limited to 'include/linux/netfilter/Kbuild')
-rw-r--r-- | include/linux/netfilter/Kbuild | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild new file mode 100644 index 00000000000..a1b410c76fc --- /dev/null +++ b/include/linux/netfilter/Kbuild | |||
@@ -0,0 +1,71 @@ | |||
1 | header-y += ipset/ | ||
2 | |||
3 | header-y += nf_conntrack_common.h | ||
4 | header-y += nf_conntrack_ftp.h | ||
5 | header-y += nf_conntrack_sctp.h | ||
6 | header-y += nf_conntrack_tcp.h | ||
7 | header-y += nf_conntrack_tuple_common.h | ||
8 | header-y += nfnetlink.h | ||
9 | header-y += nfnetlink_compat.h | ||
10 | header-y += nfnetlink_conntrack.h | ||
11 | header-y += nfnetlink_log.h | ||
12 | header-y += nfnetlink_queue.h | ||
13 | header-y += x_tables.h | ||
14 | header-y += xt_AUDIT.h | ||
15 | header-y += xt_CHECKSUM.h | ||
16 | header-y += xt_CLASSIFY.h | ||
17 | header-y += xt_CONNMARK.h | ||
18 | header-y += xt_CONNSECMARK.h | ||
19 | header-y += xt_CT.h | ||
20 | header-y += xt_DSCP.h | ||
21 | header-y += xt_IDLETIMER.h | ||
22 | header-y += xt_LED.h | ||
23 | header-y += xt_MARK.h | ||
24 | header-y += xt_NFLOG.h | ||
25 | header-y += xt_NFQUEUE.h | ||
26 | header-y += xt_RATEEST.h | ||
27 | header-y += xt_SECMARK.h | ||
28 | header-y += xt_TCPMSS.h | ||
29 | header-y += xt_TCPOPTSTRIP.h | ||
30 | header-y += xt_TEE.h | ||
31 | header-y += xt_TPROXY.h | ||
32 | header-y += xt_addrtype.h | ||
33 | header-y += xt_cluster.h | ||
34 | header-y += xt_comment.h | ||
35 | header-y += xt_connbytes.h | ||
36 | header-y += xt_connlimit.h | ||
37 | header-y += xt_connmark.h | ||
38 | header-y += xt_conntrack.h | ||
39 | header-y += xt_cpu.h | ||
40 | header-y += xt_dccp.h | ||
41 | header-y += xt_devgroup.h | ||
42 | header-y += xt_dscp.h | ||
43 | header-y += xt_esp.h | ||
44 | header-y += xt_hashlimit.h | ||
45 | header-y += xt_helper.h | ||
46 | header-y += xt_iprange.h | ||
47 | header-y += xt_ipvs.h | ||
48 | header-y += xt_length.h | ||
49 | header-y += xt_limit.h | ||
50 | header-y += xt_mac.h | ||
51 | header-y += xt_mark.h | ||
52 | header-y += xt_multiport.h | ||
53 | header-y += xt_osf.h | ||
54 | header-y += xt_owner.h | ||
55 | header-y += xt_physdev.h | ||
56 | header-y += xt_pkttype.h | ||
57 | header-y += xt_policy.h | ||
58 | header-y += xt_quota.h | ||
59 | header-y += xt_rateest.h | ||
60 | header-y += xt_realm.h | ||
61 | header-y += xt_recent.h | ||
62 | header-y += xt_set.h | ||
63 | header-y += xt_sctp.h | ||
64 | header-y += xt_socket.h | ||
65 | header-y += xt_state.h | ||
66 | header-y += xt_statistic.h | ||
67 | header-y += xt_string.h | ||
68 | header-y += xt_tcpmss.h | ||
69 | header-y += xt_tcpudp.h | ||
70 | header-y += xt_time.h | ||
71 | header-y += xt_u32.h | ||