Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8eecf36 authored by Michael Holzheu's avatar Michael Holzheu Committed by Martin Schwidefsky
Browse files

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

parent 3f975df6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -129,4 +129,8 @@ archclean:
define archhelp
  echo  '* image           - Kernel image for IPL ($(boot)/image)'
  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