forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Michal Marek <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
<[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters