diff options
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r-- | arch/um/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index f6ad832faf13..c8016a98483b 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -102,7 +102,7 @@ linux: vmlinux | |||
102 | define archhelp | 102 | define archhelp |
103 | echo '* linux - Binary kernel image (./linux) - for backward' | 103 | echo '* linux - Binary kernel image (./linux) - for backward' |
104 | echo ' compatibility only, this creates a hard link to the' | 104 | echo ' compatibility only, this creates a hard link to the' |
105 | echo ' real kernel binary, the the "vmlinux" binary you' | 105 | echo ' real kernel binary, the "vmlinux" binary you' |
106 | echo ' find in the kernel root.' | 106 | echo ' find in the kernel root.' |
107 | endef | 107 | endef |
108 | 108 | ||