summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2013-01-02 07:59:24 +0000
committerTom Rini <trini@ti.com>2013-01-10 15:09:24 -0700
commit94bcfe524cab9574f799bd2b7df9c7de2b81465a (patch)
tree2308f351f485e3dfc3aae3d751d53dc1d8170e37 /Makefile
parent0e29a2481468e238f3925343aad78d9fa6e1d4f0 (diff)
downloadtalos-obmc-uboot-94bcfe524cab9574f799bd2b7df9c7de2b81465a.tar.gz
talos-obmc-uboot-94bcfe524cab9574f799bd2b7df9c7de2b81465a.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7b6cd1cba..4e64622967 100644
--- 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
OpenPOWER on IntegriCloud