summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Zeisberger <zeisberg@informatik.uni-freiburg.de>2006-10-05 16:24:45 +0200
committerSam Ravnborg <sam@ravnborg.org>2007-05-02 20:58:08 +0200
commit2462566f21a5ecdb2a7e75e09db90ff175b1f748 (patch)
tree94aaa0ca967ab278f548c9bfb774256a0761a3a0 /Makefile
parent6e019b001d27c4289f8e48ebc458e92410446259 (diff)
kbuild: add a missing slash in the comments
Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-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)
# ---------------------------------------------------------------------------
# vmlinux is built from the objects selected by $(vmlinux-init) and
# $(vmlinux-main). Most are built-in.o files from top-level directories
-# in the kernel tree, others are specified in arch/$(ARCH)Makefile.
+# in the kernel tree, others are specified in arch/$(ARCH)/Makefile.
# Ordering when linking is important, and $(vmlinux-init) must be first.
#
# vmlinux