projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f975df
)
s390: add 'install' target to 'make help'
author
Michael Holzheu
<holzheu@linux.vnet.ibm.com>
Wed, 25 Nov 2015 10:54:36 +0000
(11:54 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 27 Nov 2015 08:24:17 +0000
(09:24 +0100)
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/Makefile
b/arch/s390/Makefile
index e8d4423e4f858da28b7658a04d47820b5ecbfb16..647bd14b223e0e45ab91628273a2324009b03f3e 100644
(file)
--- 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