]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: remove MLO.byteswap on clobber
authorNishanth Menon <nm@ti.com>
Wed, 2 Jan 2013 07:59:24 +0000 (07:59 +0000)
committerTom Rini <trini@ti.com>
Thu, 10 Jan 2013 22:09:24 +0000 (15:09 -0700)
On clobber, do a cleanup even for SPL build else, we'd have
MLO.byteswap remaining for certain platforms like am33xx SPL builds

Signed-off-by: Nishanth Menon <nm@ti.com>
Makefile

index a7b6cd1cbad361ecfa6f71faff567ebae86c449d..4e64622967e520875d458e17caa37cee6e046952 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -869,7 +869,7 @@ clobber:    tidy
        @rm -f $(obj)nand_spl/{u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map}
        @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)MLO MLO.byteswap
        @rm -f $(obj)SPL
        @rm -f $(obj)tools/xway-swap-bytes
        @rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c