X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=d3766b901744b3a855c3e2d03a32e108bb810da3;hb=05a860c228fe6c8f2e7aced8cc8ef88bc1038363;hp=de96861ea28b4e7eb22e8bc9357767bbfa720d41;hpb=fd4d564b3c80b111f18c93adb14233a6a7ddb0e9;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index de96861..d3766b9 100644 --- a/Makefile +++ b/Makefile @@ -510,7 +510,7 @@ $(obj)u-boot.ais: $(obj)spl/u-boot-spl.bin $(obj)u-boot.img ELFTOSB_TARGET-$(CONFIG_MX28) = imx28 $(obj)u-boot.sb: $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin - elftosb -zdf $(ELFTOSB_TARGET-y) -c $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot-$(ELFTOSB_TARGET-y).bd \ + elftosb -zf $(ELFTOSB_TARGET-y) -c $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot-$(ELFTOSB_TARGET-y).bd \ -o $(obj)u-boot.sb # On x600 (SPEAr600) U-Boot is appended to U-Boot SPL. @@ -869,6 +869,7 @@ clobber: tidy @rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.map} @rm -f $(obj)spl/{u-boot-spl.lds,u-boot.lst} @rm -f $(obj)MLO + @rm -f $(obj)SPL @rm -f $(obj)tools/xway-swap-bytes @rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c @rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c