From: Masahiro Yamada Date: Tue, 5 Nov 2013 08:09:02 +0000 (+0900) Subject: Makfile: fix a rule to build u-boot.sb X-Git-Tag: v2014.01-rc1~117 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=edabc1bc6def0ec2b618d779964d2a2c554d7faf;p=u-boot Makfile: fix a rule to build u-boot.sb Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index a2fd7f66e6..1f499c5ec8 100644 --- a/Makefile +++ b/Makefile @@ -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