diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-05 05:00:18 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-13 17:50:52 -0400 |
commit | 8b33abde0ad386de0d786ff260cff634e16ebe9c (patch) | |
tree | 752dd5ab91f02eacf560c42fb92aa225c178aa0e | |
parent | 37aac2d30cb013ab1e9d166eba8bbd9e5fe0bb96 (diff) | |
download | u-boot-midas-8b33abde0ad386de0d786ff260cff634e16ebe9c.tar.gz u-boot-midas-8b33abde0ad386de0d786ff260cff634e16ebe9c.tar.bz2 u-boot-midas-8b33abde0ad386de0d786ff260cff634e16ebe9c.zip |
Blackfin: drop old u-boot.lds clean target
The u-boot.lds CPP unification missed the Blackfin-specific clean target.
It is no longer needed, so punt it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2436,7 +2436,6 @@ clean: $(obj)board/netstar/{eeprom,crcek,crcit,*.srec,*.bin} \ $(obj)board/trab/trab_fkt $(obj)board/voiceblue/eeprom \ $(obj)board/armltd/{integratorap,integratorcp}/u-boot.lds \ - $(obj)arch/blackfin/lib/u-boot.lds \ $(obj)u-boot.lds \ $(obj)arch/blackfin/cpu/bootrom-asm-offsets.[chs] @rm -f $(obj)include/bmp_logo.h |