uapi: Allow automatic generation of uapi/asm/ header files
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 17 Oct 2012 11:25:44 +0000 (12:25 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 17 Oct 2012 11:25:44 +0000 (12:25 +0100)
commit3c5994c83895c89d344f24a86276f00d308e142b
tree06d0040a24ec46512a630b967ef6f6c7fd5f4092
parent8d2b6b3ae280dcf6f6c7a95623670a57cdf562ed
uapi: Allow automatic generation of uapi/asm/ header files

Several arch/*/include/uapi/asm/* header simply include the
corresponding <asm-generic/*> file. This patch allows such files to be
specified in uapi/asm/Kbuild via "generic-y += ..." to be automatically
generated (similar to asm/Kbuild).

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Arnd Bergmann <arnd@arndb.de>
Makefile
scripts/Makefile.asm-generic
This page took 0.026001 seconds and 5 git commands to generate.