From: Uwe Zeisberger Date: Thu, 5 Oct 2006 14:24:45 +0000 (+0200) Subject: kbuild: add a missing slash in the comments X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2462566f21a5ecdb2a7e75e09db90ff175b1f748;p=openwrt%2Fstaging%2Fblogic.git kbuild: add a missing slash in the comments Signed-off-by: Uwe Zeisberger Signed-off-by: Sam Ravnborg --- 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