diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:36:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:33 -0500 |
commit | 0a3656a42e1ffb574568459f7b1ec27ed354f258 (patch) | |
tree | aebc663f53dfcf5feacd33f083cbfb76e46647d6 /Makefile | |
parent | 5cdee2d41ad4a1a351d50dc7af6d7ff3db549006 (diff) | |
download | u-boot-imx-0a3656a42e1ffb574568459f7b1ec27ed354f258.zip u-boot-imx-0a3656a42e1ffb574568459f7b1ec27ed354f258.tar.gz u-boot-imx-0a3656a42e1ffb574568459f7b1ec27ed354f258.tar.bz2 |
powerpc: mpc824x: Do not create a symbolic link to bedbug_603e.c
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -860,7 +860,6 @@ clobber: tidy @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 @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 |