From 84ef51a632063e8cb57b2e9a4252497512831ffe Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 12 Mar 2006 00:04:20 +0100 Subject: Fix cleanup for netstart board. Remove build results from repository diff --git a/CHANGELOG b/CHANGELOG index 964e2b1..fa3f745 100644 --- 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; diff --git a/Makefile b/Makefile index 29d323a..af046b9 100644 --- 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 diff --git a/board/netstar/Makefile b/board/netstar/Makefile index 8ef2189..3a20501 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile @@ -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 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 index e075eb4..0000000 Binary files a/board/netstar/eeprom and /dev/null differ -- cgit v0.10.2