diff options
author | David Howells <dhowells@redhat.com> | 2012-10-02 18:01:35 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-02 18:01:35 +0100 |
commit | 4413e16d9d21673bb5048a2e542f1aaa00015c2e (patch) | |
tree | 603b591283d5d5025840832a2987cfa3167cb794 /include/uapi/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/Kbuild')
-rw-r--r-- | include/uapi/Kbuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/uapi/Kbuild b/include/uapi/Kbuild new file mode 100644 index 000000000000..81d2106287fe --- /dev/null +++ b/include/uapi/Kbuild @@ -0,0 +1,14 @@ +# UAPI Header export list +# Top-level Makefile calls into asm-$(ARCH) +# List only non-arch directories below + + +header-y += asm-generic/ +header-y += linux/ +header-y += sound/ +header-y += mtd/ +header-y += rdma/ +header-y += video/ +header-y += drm/ +header-y += xen/ +header-y += scsi/ |