Commit b8eecf36a47bc5e9569f513a3888d03d82985fbb

Authored by Michael Holzheu
Committed by Martin Schwidefsky
1 parent 3f975df69d

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>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -129,5 +129,9 @@
129 129 define archhelp
130 130 echo '* image - Kernel image for IPL ($(boot)/image)'
131 131 echo '* bzImage - Compressed kernel image for IPL ($(boot)/bzImage)'
  132 + echo ' install - Install kernel using'
  133 + echo ' (your) ~/bin/$(INSTALLKERNEL) or'
  134 + echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
  135 + echo ' install to $$(INSTALL_PATH)'
132 136 endef