aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Makefile20
1 files changed, 12 insertions, 8 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index bfe061de8ed6..e2ffccfd6af6 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -234,14 +234,18 @@ archclean:
234 $(Q)$(MAKE) $(clean)=$(boot) 234 $(Q)$(MAKE) $(clean)=$(boot)
235 235
236define archhelp 236define archhelp
237 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)' 237 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
238 echo ' install - Install kernel using' 238 echo ' install - Install kernel using'
239 echo ' (your) ~/bin/installkernel or' 239 echo ' (your) ~/bin/installkernel or'
240 echo ' (distribution) /sbin/installkernel or' 240 echo ' (distribution) /sbin/installkernel or'
241 echo ' install to $$(INSTALL_PATH) and run lilo' 241 echo ' install to $$(INSTALL_PATH) and run lilo'
242 echo ' bzdisk - Create a boot floppy in /dev/fd0' 242 echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
243 echo ' fdimage - Create a boot floppy image' 243 echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
244 echo ' isoimage - Create a boot CD-ROM image' 244 echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
245 echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'
246 echo ' bzdisk/fdimage*/isoimage also accept:'
247 echo ' FDARGS="..." arguments for the booted kernel'
248 echo ' FDINITRD=file initrd for the booted kernel'
245endef 249endef
246 250
247CLEAN_FILES += arch/x86/boot/fdimage \ 251CLEAN_FILES += arch/x86/boot/fdimage \