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