diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-05 08:09:02 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-06 13:50:28 (GMT) |
commit | edabc1bc6def0ec2b618d779964d2a2c554d7faf (patch) | |
tree | 9f233d2ebddbd539f928a8405b85c75d739c4d0f /Makefile | |
parent | 6e527f67df4a0a5ed363da42cc813b656ef52ec6 (diff) | |
download | u-boot-edabc1bc6def0ec2b618d779964d2a2c554d7faf.tar.xz |
Makfile: fix a rule to build u-boot.sb
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -490,7 +490,7 @@ $(obj)u-boot.ais: $(obj)spl/u-boot-spl.bin $(obj)u-boot.img $(obj)u-boot.sb: $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin - $(MAKE) -C $(SRCTREE)/$(CPUDIR)/$(SOC)/ $(OBJTREE)/u-boot.sb + $(MAKE) $(build) $(SRCTREE)/$(CPUDIR)/$(SOC)/ $(OBJTREE)/u-boot.sb # On x600 (SPEAr600) U-Boot is appended to U-Boot SPL. # Both images are created using mkimage (crc etc), so that the ROM |