diff options
author | David L Stevens <david.stevens@oracle.com> | 2014-07-25 13:41:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-04 20:45:59 -0700 |
commit | c78f77e20d2ba5d4d5e478e85a6fb42556893e2d (patch) | |
tree | 58e63a22d8065bf60e4a460b7d8fed5eced346e8 /arch/sparc/boot/Makefile | |
parent | 093758e3daede29cb4ce6aedb111becf9d4bfc57 (diff) | |
download | linux-c78f77e20d2ba5d4d5e478e85a6fb42556893e2d.tar.gz linux-c78f77e20d2ba5d4d5e478e85a6fb42556893e2d.tar.bz2 linux-c78f77e20d2ba5d4d5e478e85a6fb42556893e2d.zip |
sparc: Add "install" target
This patches adds an "install" target to install kernel builds for SPARC,
modeled after the i386 script.
Signed-off-by: David L Stevens <david.stevens@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/boot/Makefile')
-rw-r--r-- | arch/sparc/boot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc/boot/Makefile b/arch/sparc/boot/Makefile index 6e63afb128d9..6a4ceae5ec67 100644 --- a/arch/sparc/boot/Makefile +++ b/arch/sparc/boot/Makefile @@ -69,3 +69,7 @@ $(obj)/image: vmlinux FORCE $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE $(call if_changed,elftoaout) $(call if_changed,piggy) + +install: + sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/zImage \ + System.map "$(INSTALL_PATH)" |