Browse Source

s390: add 'install' target to 'make help'

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Michael Holzheu 9 năm trước cách đây
mục cha
commit
b8eecf36a4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      arch/s390/Makefile

+ 4 - 0
arch/s390/Makefile

@@ -129,4 +129,8 @@ archclean:
 define archhelp
 define archhelp
   echo  '* image           - Kernel image for IPL ($(boot)/image)'
   echo  '* image           - Kernel image for IPL ($(boot)/image)'
   echo	'* bzImage         - Compressed kernel image for IPL ($(boot)/bzImage)'
   echo	'* bzImage         - Compressed kernel image for IPL ($(boot)/bzImage)'
+  echo	'  install         - Install kernel using'
+  echo	'                    (your) ~/bin/$(INSTALLKERNEL) or'
+  echo	'                    (distribution) /sbin/$(INSTALLKERNEL) or'
+  echo	'                    install to $$(INSTALL_PATH)'
 endef
 endef