]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Makefile: remove nand_spl/System.map when cleaning up.
authorWolfgang Denk <wd@denx.de>
Sun, 20 Apr 2008 22:39:38 +0000 (15:39 -0700)
committerWolfgang Denk <wd@denx.de>
Sun, 20 Apr 2008 22:39:38 +0000 (15:39 -0700)
Makefile

index c50a9528c81ec0470bd64bea4fac28d59901d5d3..cb996362acd43c25f896627c1ca18232119438ba 100644 (file)
--- 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 \