summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-02-22 01:17:47 +0100
committerWolfgang Denk <wd@denx.de>2009-02-22 01:17:47 +0100
commit1dcb50afbb63a439320a985380a0af2dca079d1e (patch)
tree1bee611f5bd3849a30ef02cc4b1c22911c31982d /Makefile
parentedff7bcc4d5540df8b416274652ff02e94c38b9e (diff)
downloadblackbird-obmc-uboot-1dcb50afbb63a439320a985380a0af2dca079d1e.tar.gz
blackbird-obmc-uboot-1dcb50afbb63a439320a985380a0af2dca079d1e.zip
Makefile: fix cleanup
Commit e4943ec5 moved the ARM boards to a vendor directory but forgot to adapt the cleanup rules in the Makefile Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eed6f88282..8f81c478b3 100644
--- a/Makefile
+++ b/Makefile
@@ -3457,7 +3457,7 @@ clean:
@rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image} \
$(obj)board/netstar/{eeprom,crcek,crcit,*.srec,*.bin} \
$(obj)board/trab/trab_fkt $(obj)board/voiceblue/eeprom \
- $(obj)board/{integratorap,integratorcp}/u-boot.lds \
+ $(obj)board/armltd/{integratorap,integratorcp}/u-boot.lds \
$(obj)board/{bf533-ezkit,bf533-stamp,bf537-stamp,bf561-ezkit}/u-boot.lds \
$(obj)cpu/blackfin/bootrom-asm-offsets.[chs]
@rm -f $(obj)include/bmp_logo.h
OpenPOWER on IntegriCloud