]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: Add support for an "archheaders" target
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Nov 2011 21:17:35 +0000 (13:17 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Nov 2011 21:35:20 +0000 (13:35 -0800)
commit544ae6c69de44d6d55064361637dc7dddb9149d6
treefd3519410801d766f63b07dc308d2b702f3c9ec0
parentf53edda81b9bd481810bdd98286e73eab3bcd4f7
kbuild: Add support for an "archheaders" target

Add support for an "archheaders" target.  This target can generate
files that need to be installed for user space by "make
headers_install" or "make headers_install_all".

In order to support "make headers_install_all", it must be able to run
without the tree having to be configured first.

Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Documentation/kbuild/makefiles.txt
Makefile
scripts/headers.sh