summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2012-10-17 06:04:30 +0000
committerStefano Babic <sbabic@denx.de>2012-10-26 16:27:59 +0200
commita3cbc3969d665b9764c99d17e7975331590d72d9 (patch)
tree56bcd2ae54eff2d881f8274b20403ec47ddaee24 /Makefile
parenta80834c064bb54fbdf56c97e3f31967baf88dec4 (diff)
downloadblackbird-obmc-uboot-a3cbc3969d665b9764c99d17e7975331590d72d9.tar.gz
blackbird-obmc-uboot-a3cbc3969d665b9764c99d17e7975331590d72d9.zip
ARM: Add SPL target to arm1136
The patch adds SPL for the arm1136 architecture and inserts SPL (the produced binary) to clobber target in the main Makefile. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 08eecbbbcd..249b109c32 100644
--- a/Makefile
+++ b/Makefile
@@ -844,6 +844,7 @@ clobber: tidy
@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)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.lds,u-boot-spl.map}
@rm -f $(obj)MLO
+ @rm -f $(obj)SPL
@rm -f $(obj)tools/xway-swap-bytes
@rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
@rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
OpenPOWER on IntegriCloud