summary refs log tree commit diff
path: root/arch/x86/Makefile
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2020-12-17 14:42:00 +0100
committerBorislav Petkov <bp@suse.de>2020-12-28 18:25:53 +0100
commitac5d08870d0b94cbfa8103c9e294de2b96f249bc (patch)
tree5c2d51485cb0bba12cdc379ba2321671d5f09590 /arch/x86/Makefile
parentfbaf0aa8c7a8d4f7c3e4664f2f03ec8c7cc79910 (diff)
downloadlinux-ac5d08870d0b94cbfa8103c9e294de2b96f249bc.tar.gz
x86/build: Realign archhelp
Realign help text vertically and add spacing so that the target help
text is properly separated.

No functional changes.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201217134608.31811-2-bp@alien8.de
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r--arch/x86/Makefile29
1 files changed, 15 insertions, 14 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 3dae5c90c159..32dcdddc1089 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -292,19 +292,20 @@ archclean:
 	$(Q)$(MAKE) $(clean)=arch/x86/tools
 
 define archhelp
-  echo  '* bzImage      - Compressed kernel image (arch/x86/boot/bzImage)'
-  echo  '  install      - Install kernel using'
-  echo  '                  (your) ~/bin/$(INSTALLKERNEL) or'
-  echo  '                  (distribution) /sbin/$(INSTALLKERNEL) or'
-  echo  '                  install to $$(INSTALL_PATH) and run lilo'
-  echo  '  fdimage      - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
-  echo  '  fdimage144   - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
-  echo  '  fdimage288   - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
-  echo  '  isoimage     - Create a boot CD-ROM image (arch/x86/boot/image.iso)'
-  echo  '                  bzdisk/fdimage*/isoimage also accept:'
-  echo  '                  FDARGS="..."  arguments for the booted kernel'
-  echo  '                  FDINITRD=file initrd for the booted kernel'
-  echo  '  kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
-  echo  '  xen.config	  - Enable Kconfig items for running this kernel as a Xen guest'
+  echo  '* bzImage		- Compressed kernel image (arch/x86/boot/bzImage)'
+  echo  '  install		- Install kernel using (your) ~/bin/$(INSTALLKERNEL) or'
+  echo  '			  (distribution) /sbin/$(INSTALLKERNEL) or install to '
+  echo  '			  $$(INSTALL_PATH) and run lilo'
+  echo  ''
+  echo  '  fdimage		- Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
+  echo  '  fdimage144		- Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
+  echo  '  fdimage288		- Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
+  echo  '  isoimage		- Create a boot CD-ROM image (arch/x86/boot/image.iso)'
+  echo  '			  bzdisk/fdimage*/isoimage also accept:'
+  echo  '			  FDARGS="..."  arguments for the booted kernel'
+  echo  '                  	  FDINITRD=file initrd for the booted kernel'
+  echo  ''
+  echo  '  kvm_guest.config	- Enable Kconfig items for running this kernel as a KVM guest'
+  echo  '  xen.config		- Enable Kconfig items for running this kernel as a Xen guest'
 
 endef