aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2012-04-24 16:19:29 +0530
committerSubramaniam Chanderashekarapuram <subramaniam.ca@ti.com>2014-05-11 23:03:40 -0500
commit3afe743b5a022b13ddf6f4e46a29585090b7c130 (patch)
tree6fc1aaf6681c308ed2136668c96a82339b6e5cf9
parent74044eeb7de7e37263965c743767768675d942bf (diff)
downloadjacinto6evm-p-ti-linux-3.8.y-j6eco-wakeup.tar.gz
Makefile: Build a uImage with dtb already appendedp-ti-linux-3.8.y-j6eco-wakeup
Do not commit to mainline; this is a useful hack only for now. Signed-off-by: R Sricharan <r.sricharan@ti.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
-rw-r--r--arch/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index c0f4e767f55c..0b46146e0089 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -287,6 +287,8 @@ bzImage: zImage
zImage Image xipImage bootpImage uImage: vmlinux
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
+uImage.%: uImage
+ $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
zinstall uinstall install: vmlinux
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@