]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/Makefile
[PATCH] missed const in prototype
[karo-tx-linux.git] / arch / um / Makefile
index bed604af6c6f955e83aaf6212c88e9e1d8acaee5..c8016a98483b9ea935732f9c55307b40391b56d8 100644 (file)
@@ -96,13 +96,13 @@ PHONY += linux
 all: linux
 
 linux: vmlinux
-       @echo '  SYMLINK $@'
+       @echo '  LINK $@'
        $(Q)ln -f $< $@
 
 define archhelp
   echo '* linux                - Binary kernel image (./linux) - for backward'
   echo '                  compatibility only, this creates a hard link to the'
-  echo '                  real kernel binary, the the "vmlinux" binary you'
+  echo '                  real kernel binary, the "vmlinux" binary you'
   echo '                  find in the kernel root.'
 endef