summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorRussell King2011-01-08 17:18:51 +0100
committerRussell King2011-02-23 18:24:13 +0100
commita65d29225ed884456f3d34dcefd3a18df24af03b (patch)
treec0f5c1b1e985398913fd7e5622b3d5cc1c2b9380 /arch/arm/Makefile
parentARM: fix some sparse errors in generic ARM code (diff)
downloadkernel-qcow2-linux-a65d29225ed884456f3d34dcefd3a18df24af03b.tar.gz
kernel-qcow2-linux-a65d29225ed884456f3d34dcefd3a18df24af03b.tar.xz
kernel-qcow2-linux-a65d29225ed884456f3d34dcefd3a18df24af03b.zip
ARM: add 'uinstall' target for installing uboot kernels
We have 'install' and 'zinstall' for installing Image and zImage kernels, so add 'uinstall' to complete the set. This allows developers to have a ~/bin/installkernel script which (eg) copies the kernel to the tftp server automatically once the kernel has built, resulting in a better workflow. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index c22c1adfedd6..da525bc96145 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -280,7 +280,7 @@ bzImage: zImage
zImage Image xipImage bootpImage uImage: vmlinux
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
-zinstall install: vmlinux
+zinstall uinstall install: vmlinux
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
# We use MRPROPER_FILES and CLEAN_FILES now
@@ -301,6 +301,7 @@ define archhelp
echo ' (supply initrd image via make variable INITRD=<path>)'
echo ' install - Install uncompressed kernel'
echo ' zinstall - Install compressed kernel'
+ echo ' uinstall - Install U-Boot wrapped compressed kernel'
echo ' Install using (your) ~/bin/$(INSTALLKERNEL) or'
echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
echo ' install to $$(INSTALL_PATH) and run lilo'
pan class='column3'>| | Merge tag 'trace-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-272-10/+15 | |\ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2017-12-271-0/+1 | | * | | | | | | | | | | tracing: Fix crash when it fails to alloc ring bufferJing Xia2017-12-271-0/+2 | | * | | | | | | | | | | ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)2017-12-271-0/+6 | | * | | | | | | | | | | tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2017-12-271-9/+1Star | | * | | | | | | | | | | ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2017-12-271-1/+5 | * | | | | | | | | | | | Merge tag 'sound-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-12-2731-143/+173 | |\ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | ALSA: hda - Fix missing COEF init for ALC225/295/299Takashi Iwai2017-12-271-3/+5 | | * | | | | | | | | | | | ALSA: hda: Drop useless WARN_ON()Takashi Iwai2017-12-221-1/+1 | | * | | | | | | | | | | | ALSA: hda - change the location for one mic on a Lenovo machineHui Wang2017-12-221-0/+1 | | * | | | | | | | | | | | ALSA: hda - fix headset mic detection issue on a Dell machineHui Wang2017-12-221-0/+5 | | * | | | | | | | | | | | ALSA: hda - Add MIC_NO_PRESENCE fixup for 2 HP machinesHui Wang2017-12-221-0/+29 | | * | | | | | | | | | | | Merge tag 'asoc-fix-v4.15-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2017-12-20