summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-24 11:12:20 +0900
committerTom Rini <trini@ti.com>2014-02-25 11:01:29 -0500
commit4e0c8abcdd8748b20e1652bd35351d077baad2f2 (patch)
treef1a9229fdd69616b686b2c75b1e73688070fd072 /Makefile
parent04a34c96b19dab48bfcc22b554227c8d9dca0238 (diff)
downloadblackbird-obmc-uboot-4e0c8abcdd8748b20e1652bd35351d077baad2f2.tar.gz
blackbird-obmc-uboot-4e0c8abcdd8748b20e1652bd35351d077baad2f2.zip
kbuild: use shorten logs for IMX images
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f321d2aac..dc04870e83 100644
--- a/Makefile
+++ b/Makefile
@@ -815,7 +815,7 @@ u-boot.img u-boot.kwb u-boot.pbl: u-boot.bin FORCE
$(call if_changed,mkimage)
u-boot.imx: u-boot.bin
- $(Q)$(MAKE) $(build)=arch/arm/imx-common $(objtree)/$@
+ $(Q)$(MAKE) $(build)=arch/arm/imx-common $@
u-boot.sha1: u-boot.bin
tools/ubsha1 u-boot.bin
@@ -840,7 +840,7 @@ tpl/u-boot-with-tpl.bin: tpl/u-boot-tpl.bin u-boot.bin FORCE
$(call if_changed,pad_cat)
u-boot-with-spl.imx u-boot-with-nand-spl.imx: spl/u-boot-spl.bin u-boot.bin
- $(Q)$(MAKE) $(build)=arch/arm/imx-common $(objtree)/$@
+ $(Q)$(MAKE) $(build)=arch/arm/imx-common $@
MKIMAGEFLAGS_u-boot.ubl = -n $(UBL_CONFIG) -T ublimage -e $(CONFIG_SYS_TEXT_BASE)
OpenPOWER on IntegriCloud