Commit 94bcfe524cab9574f799bd2b7df9c7de2b81465a

Authored by Nishanth Menon
Committed by Tom Rini
1 parent 0e29a24814

Makefile: remove MLO.byteswap on clobber

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -869,7 +869,7 @@
869 869 @rm -f $(obj)nand_spl/{u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map}
870 870 @rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.map}
871 871 @rm -f $(obj)spl/{u-boot-spl.lds,u-boot.lst}
872   - @rm -f $(obj)MLO
  872 + @rm -f $(obj)MLO MLO.byteswap
873 873 @rm -f $(obj)SPL
874 874 @rm -f $(obj)tools/xway-swap-bytes
875 875 @rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c