diff options
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | 2015-11-25 11:54:36 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-11-27 09:24:17 +0100 |
commit | b8eecf36a47bc5e9569f513a3888d03d82985fbb (patch) | |
tree | 7f793a6aceb790747863f3b2e6e95915279791e6 /arch/s390/Makefile | |
parent | 3f975df69dba78834471b7133dcb8c8ddf7f986a (diff) | |
download | linux-b8eecf36a47bc5e9569f513a3888d03d82985fbb.tar.gz linux-b8eecf36a47bc5e9569f513a3888d03d82985fbb.tar.bz2 linux-b8eecf36a47bc5e9569f513a3888d03d82985fbb.zip |
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>
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |