diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |