summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:36:06 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:33 -0500
commit5cdee2d41ad4a1a351d50dc7af6d7ff3db549006 (patch)
tree6ace5843ec54b415ad47d546202082d8f73ee66c /Makefile
parentc64c5aa56ab0225a57d52152e76b6d17f751ae83 (diff)
downloadblackbird-obmc-uboot-5cdee2d41ad4a1a351d50dc7af6d7ff3db549006.tar.gz
blackbird-obmc-uboot-5cdee2d41ad4a1a351d50dc7af6d7ff3db549006.zip
powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.c
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ad2bd733e..4f5a1acf78 100644
--- a/Makefile
+++ b/Makefile
@@ -861,7 +861,6 @@ clobber: tidy
@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
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
@rm -fr $(obj)include/generated
@[ ! -d $(obj)nand_spl ] || find $(obj)nand_spl -name "*" -type l -print | xargs rm -f
OpenPOWER on IntegriCloud