diff options
Diffstat (limited to 'Documentation/kbuild/kbuild.txt')
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index 0ff6a466a05b..ac2363ea05c5 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt | |||
@@ -236,5 +236,9 @@ Files specified with KBUILD_VMLINUX_INIT are linked first. | |||
236 | KBUILD_VMLINUX_MAIN | 236 | KBUILD_VMLINUX_MAIN |
237 | -------------------------------------------------- | 237 | -------------------------------------------------- |
238 | All object files for the main part of vmlinux. | 238 | All object files for the main part of vmlinux. |
239 | KBUILD_VMLINUX_INIT and KBUILD_VMLINUX_MAIN together specify | 239 | |
240 | all the object files used to link vmlinux. | 240 | KBUILD_VMLINUX_LIBS |
241 | -------------------------------------------------- | ||
242 | All .a "lib" files for vmlinux. | ||
243 | KBUILD_VMLINUX_INIT, KBUILD_VMLINUX_MAIN, and KBUILD_VMLINUX_LIBS together | ||
244 | specify all the object files used to link vmlinux. | ||