From: Michael Holzheu Date: Wed, 25 Nov 2015 10:54:36 +0000 (+0100) Subject: s390: add 'install' target to 'make help' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b8eecf36a47bc5e9569f513a3888d03d82985fbb;p=linux-beck.git s390: add 'install' target to 'make help' Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/Makefile b/arch/s390/Makefile index e8d4423e4f85..647bd14b223e 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile @@ -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