Add generic Kbuild files for 'make headers_install'
This adds the Kbuild files listing the files which are to be installed by the 'headers_install' make target, in generic directories. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
11
include/linux/netfilter/Kbuild
Normal file
11
include/linux/netfilter/Kbuild
Normal file
@@ -0,0 +1,11 @@
|
||||
header-y := nf_conntrack_sctp.h nf_conntrack_tuple_common.h \
|
||||
nfnetlink_conntrack.h nfnetlink_log.h nfnetlink_queue.h \
|
||||
xt_CLASSIFY.h xt_comment.h xt_connbytes.h xt_connmark.h \
|
||||
xt_CONNMARK.h xt_conntrack.h xt_dccp.h xt_esp.h \
|
||||
xt_helper.h xt_length.h xt_limit.h xt_mac.h xt_mark.h \
|
||||
xt_MARK.h xt_multiport.h xt_NFQUEUE.h xt_pkttype.h \
|
||||
xt_policy.h xt_realm.h xt_sctp.h xt_state.h xt_string.h \
|
||||
xt_tcpmss.h xt_tcpudp.h
|
||||
|
||||
unifdef-y := nf_conntrack_common.h nf_conntrack_ftp.h \
|
||||
nf_conntrack_tcp.h nfnetlink.h x_tables.h xt_physdev.h
|
||||
Reference in New Issue
Block a user