diff options
author | Andi Kleen <ak@suse.de> | 2008-01-30 07:32:49 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:32:49 -0500 |
commit | 37f30e21d6be046e948fce1dfa4a968cf5abcf89 (patch) | |
tree | 9f800fed9fd9eaeda64bef452a9882909d51cc23 /arch/x86/Makefile | |
parent | 3898534d85e2da8cedab1ceb6ab9328c61f2c1ce (diff) |
x86: document fdimage/isoimage completely in make help
Add missing targets and missing options in x86 make help
[ mingo@elte.hu: more whitespace cleanups ]
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 20 |
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 | ||
236 | define archhelp | 236 | define 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' | ||
245 | endef | 249 | endef |
246 | 250 | ||
247 | CLEAN_FILES += arch/x86/boot/fdimage \ | 251 | CLEAN_FILES += arch/x86/boot/fdimage \ |