summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-06-30 01:17:02 -0500
committerScott Wood <scottwood@freescale.com>2011-07-01 15:58:46 -0500
commitff6b47ad23365964f7d75f8878f17388a024dc8d (patch)
tree523fdb4e61ff788fba7ae5957a9b2fe13dab1b97 /Makefile
parenteced4626e4d8ea2fd2662045dc7aad0f07db7a41 (diff)
downloadblackbird-obmc-uboot-ff6b47ad23365964f7d75f8878f17388a024dc8d.tar.gz
blackbird-obmc-uboot-ff6b47ad23365964f7d75f8878f17388a024dc8d.zip
Makefile: need to remove generated u-boot-nand_spl.lds
On MPC85xx based NAND_SPL builds we generate a u-boot-nand_spl.lds based on output from preprocessor. We where never removed it. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4f28d898d..e56fa02b2c 100644
--- a/Makefile
+++ b/Makefile
@@ -1078,7 +1078,7 @@ clean:
$(obj)arch/blackfin/cpu/bootrom-asm-offsets.[chs]
@rm -f $(obj)include/bmp_logo.h
@rm -f $(obj)lib/asm-offsets.s
- @rm -f $(obj)nand_spl/{u-boot.lds,u-boot-spl,u-boot-spl.map,System.map}
+ @rm -f $(obj)nand_spl/{u-boot.lds,u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map,System.map}
@rm -f $(obj)onenand_ipl/onenand-{ipl,ipl.bin,ipl.map}
@rm -f $(obj)mmc_spl/{u-boot.lds,u-boot-spl,u-boot-spl.map,u-boot-spl.bin,u-boot-mmc-spl.bin}
@rm -f $(ONENAND_BIN)
OpenPOWER on IntegriCloud