summaryrefslogtreecommitdiff
path: root/Documentation/make
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill@shutemov.name>2010-12-13 19:10:28 +0200
committerMichal Marek <mmarek@suse.cz>2010-12-14 22:16:19 +0100
commitf6820308e025d645d9d766c97586badd4ddb8754 (patch)
treeeb5349e0634a67ea388d921f6061480b186de94d /Documentation/make
parent8990c1bc4be46473ad19bf2fa612ca57286f3df4 (diff)
kbuild: introduce HDR_ARCH_LIST for headers_install_all
Using HDR_ARCH_LIST you can specify subset of architectures you want to get headers for. Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation/make')
-rw-r--r--Documentation/make/headers_install.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/make/headers_install.txt b/Documentation/make/headers_install.txt
index f2481cabffcb..951eb9f1e040 100644
--- a/Documentation/make/headers_install.txt
+++ b/Documentation/make/headers_install.txt
@@ -39,8 +39,9 @@ INSTALL_HDR_PATH indicates where to install the headers. It defaults to
The command "make headers_install_all" exports headers for all architectures
simultaneously. (This is mostly of interest to distribution maintainers,
who create an architecture-independent tarball from the resulting include
-directory.) Remember to provide the appropriate linux/asm directory via "mv"
-or "ln -s" before building a C library with headers exported this way.
+directory.) You also can use HDR_ARCH_LIST to specify list of architectures.
+Remember to provide the appropriate linux/asm directory via "mv" or "ln -s"
+before building a C library with headers exported this way.
The kernel header export infrastructure is maintained by David Woodhouse
<dwmw2@infradead.org>.