diff options
author | Yann Droneaud <[email protected]> | 2014-07-13 12:15:29 +0200 |
---|---|---|
committer | Michal Marek <[email protected]> | 2014-08-05 16:08:11 +0200 |
commit | aa8dbeee5ee012e1ee595dd1df9be04e161a3fd4 (patch) | |
tree | 7327f086fd2fc77336ddf0533bd537c7b9246b92 | |
parent | 3f1d9a6cec011b0a25a5dff5d9e5012a459ef02f (diff) |
Documentation: headers_install.txt is part of kbuild
'headers_install.txt' from Documentation/make/ is related to Kbuild
so it must be moved in Documentation/kbuild/ directory.
As Documentation/make/ directory has only one file, it will be removed
as a consequence of moving 'headers_install.txt'.
Cc: Kirill A. Shutemov <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: Rob Landley <[email protected]>
Signed-off-by: Yann Droneaud <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
-rw-r--r-- | Documentation/kbuild/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/kbuild/headers_install.txt (renamed from Documentation/make/headers_install.txt) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kbuild/00-INDEX b/Documentation/kbuild/00-INDEX index e8d2b6d83a3d..8c5e6aa78004 100644 --- a/Documentation/kbuild/00-INDEX +++ b/Documentation/kbuild/00-INDEX @@ -1,5 +1,7 @@ 00-INDEX - this file: info on the kernel build process +headers_install.txt + - how to export Linux headers for use by userspace kbuild.txt - developer information on kbuild kconfig.txt diff --git a/Documentation/make/headers_install.txt b/Documentation/kbuild/headers_install.txt index 951eb9f1e040..951eb9f1e040 100644 --- a/Documentation/make/headers_install.txt +++ b/Documentation/kbuild/headers_install.txt |