]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix cleanup for netstart board. LABEL_2006_03_12_0025
authorWolfgang Denk <wd@pollux.denx.de>
Sat, 11 Mar 2006 23:04:20 +0000 (00:04 +0100)
committerWolfgang Denk <wd@pollux.denx.de>
Sat, 11 Mar 2006 23:04:20 +0000 (00:04 +0100)
Remove build results from repository

CHANGELOG
Makefile
board/netstar/Makefile
board/netstar/crcek [deleted file]
board/netstar/eeprom [deleted file]

index 964e2b1f55b732c198fd18ab8b5bff3fb6370dd3..fa3f7450b072ab976de4dd821a14033a8e7d20e6 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix cleanup for netstart board.
+  Remove build results from repository
+
 * Some code cleanup for GCC 4.x
 
 * Fixes to support environment in NAND flash;
index 29d323a0ce8c487fb40171ef6c2dd70d10e018aa..af046b930bddc4bddd5c87a0b6d11839f41cd66b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1876,6 +1876,8 @@ clean:
        rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend
        rm -f tools/env/fw_printenv tools/env/fw_setenv
        rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image
+       rm -f board/netstar/eeprom board/netstar/crcek
+       rm -f board/netstar/*.srec board/netstar/*.bin 
        rm -f board/trab/trab_fkt board/voiceblue/eeprom
        rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds
 
index 8ef21893ee748f530be5c220f5d16950784db9fe..3a205017f2378fafc8b0994c504c985551a98f39 100644 (file)
@@ -80,6 +80,6 @@ distclean:    clean
 .depend:       Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
                $(CC) -M $(CPPFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
 
--include .depend
+sinclude .depend
 
 #########################################################################
diff --git a/board/netstar/crcek b/board/netstar/crcek
deleted file mode 100755 (executable)
index 491cceb..0000000
Binary files a/board/netstar/crcek and /dev/null differ
diff --git a/board/netstar/eeprom b/board/netstar/eeprom
deleted file mode 100755 (executable)
index e075eb4..0000000
Binary files a/board/netstar/eeprom and /dev/null differ