aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a774cbf6bfa..001a473234f5 100644
--- a/Makefile
+++ b/Makefile
@@ -576,7 +576,7 @@ libs-y := $(libs-y1) $(libs-y2)
576# --------------------------------------------------------------------------- 576# ---------------------------------------------------------------------------
577# vmlinux is built from the objects selected by $(vmlinux-init) and 577# vmlinux is built from the objects selected by $(vmlinux-init) and
578# $(vmlinux-main). Most are built-in.o files from top-level directories 578# $(vmlinux-main). Most are built-in.o files from top-level directories
579# in the kernel tree, others are specified in arch/$(ARCH)Makefile. 579# in the kernel tree, others are specified in arch/$(ARCH)/Makefile.
580# Ordering when linking is important, and $(vmlinux-init) must be first. 580# Ordering when linking is important, and $(vmlinux-init) must be first.
581# 581#
582# vmlinux 582# vmlinux