summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-04-20 15:39:38 -0700
committerWolfgang Denk <wd@denx.de>2008-04-20 15:39:38 -0700
commitdc7746d86d2a3dfe01ab9a70cb427f92adc303c7 (patch)
treede51ae419d0cf14e9fecd1110a7cbf9850de5504 /Makefile
parentd9a42c0ace4d4f9cb061d62a7265d1780f90447b (diff)
Makefile: remove nand_spl/System.map when cleaning up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c50a9528c8..cb996362ac 100644
--- a/Makefile
+++ b/Makefile
@@ -2971,7 +2971,8 @@ clean:
$(obj)board/{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 $(obj)nand_spl/{u-boot-spl,u-boot-spl.map}
+ @rm -f $(obj)include/bmp_logo.h
+ @rm -f $(obj)nand_spl/{u-boot-spl,u-boot-spl.map,System.map}
@rm -f $(obj)onenand_ipl/onenand-{ipl,ipl.bin,ipl-2k.bin,ipl-4k.bin,ipl.map}
@rm -f $(obj)api_examples/demo $(VERSION_FILE)
@find $(OBJTREE) -type f \