diff options
author | David Howells <dhowells@redhat.com> | 2012-10-02 13:01:35 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-02 13:01:35 -0400 |
commit | 4413e16d9d21673bb5048a2e542f1aaa00015c2e (patch) | |
tree | 603b591283d5d5025840832a2987cfa3167cb794 /include/uapi/linux/Kbuild | |
parent | abbf1590de22a6d2240a59383477da50d1402f6a (diff) |
UAPI: (Scripted) Set up UAPI Kbuild files
Set up empty UAPI Kbuild files to be populated by the header splitter.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild new file mode 100644 index 000000000000..13a9cf4cb6fe --- /dev/null +++ b/include/uapi/linux/Kbuild | |||
@@ -0,0 +1,22 @@ | |||
1 | # UAPI Header export list | ||
2 | header-y += byteorder/ | ||
3 | header-y += can/ | ||
4 | header-y += caif/ | ||
5 | header-y += dvb/ | ||
6 | header-y += hdlc/ | ||
7 | header-y += hsi/ | ||
8 | header-y += isdn/ | ||
9 | header-y += mmc/ | ||
10 | header-y += nfsd/ | ||
11 | header-y += raid/ | ||
12 | header-y += spi/ | ||
13 | header-y += sunrpc/ | ||
14 | header-y += tc_act/ | ||
15 | header-y += tc_ematch/ | ||
16 | header-y += netfilter/ | ||
17 | header-y += netfilter_arp/ | ||
18 | header-y += netfilter_bridge/ | ||
19 | header-y += netfilter_ipv4/ | ||
20 | header-y += netfilter_ipv6/ | ||
21 | header-y += usb/ | ||
22 | header-y += wimax/ | ||