summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild/kbuild.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kbuild/kbuild.txt')
-rw-r--r--Documentation/kbuild/kbuild.txt8
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.
236KBUILD_VMLINUX_MAIN 236KBUILD_VMLINUX_MAIN
237-------------------------------------------------- 237--------------------------------------------------
238All object files for the main part of vmlinux. 238All object files for the main part of vmlinux.
239KBUILD_VMLINUX_INIT and KBUILD_VMLINUX_MAIN together specify 239
240all the object files used to link vmlinux. 240KBUILD_VMLINUX_LIBS
241--------------------------------------------------
242All .a "lib" files for vmlinux.
243KBUILD_VMLINUX_INIT, KBUILD_VMLINUX_MAIN, and KBUILD_VMLINUX_LIBS together
244specify all the object files used to link vmlinux.