diff options
author | Nishanth Menon <nm@ti.com> | 2013-01-02 07:59:24 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-01-10 15:09:24 -0700 |
commit | 94bcfe524cab9574f799bd2b7df9c7de2b81465a (patch) | |
tree | 2308f351f485e3dfc3aae3d751d53dc1d8170e37 | |
parent | 0e29a2481468e238f3925343aad78d9fa6e1d4f0 (diff) | |
download | u-boot-imx-94bcfe524cab9574f799bd2b7df9c7de2b81465a.zip u-boot-imx-94bcfe524cab9574f799bd2b7df9c7de2b81465a.tar.gz u-boot-imx-94bcfe524cab9574f799bd2b7df9c7de2b81465a.tar.bz2 |
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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |