UAPI: Set up uapi/asm/Kbuild.asm
authorDavid Howells <dhowells@redhat.com>
Tue, 2 Oct 2012 17:01:56 +0000 (18:01 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 2 Oct 2012 17:01:56 +0000 (18:01 +0100)
commit494b3e1c492c29f01eec69f5492aedba6c0ae577
treebfd0ed3bf52a226458eaa15d5f6da2c85492dc9c
parentc0522b6cc1237c935b2cead3fa7b45465df2f839
UAPI: Set up uapi/asm/Kbuild.asm

Set up uapi/asm/Kbuild.asm.  This requires the mandatory headers to be
dynamically detected.  The same goes for include/asm/Kbuild.asm.  The problem
is that the header files will be split or moved one at a time, but each header
file in Kbuild.asm's list applies to all arch headers of that name
simultaneously.

The dynamic detection of mandatory files can be undone later.

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>
include/asm-generic/Kbuild.asm
include/uapi/asm-generic/Kbuild.asm [new file with mode: 0644]