diff --git a/CHANGELOG b/CHANGELOG
index 964e2b1f55b732c198fd18ab8b5bff3fb6370dd3..fa3f7450b072ab976de4dd821a14033a8e7d20e6 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 29d323a0ce8c487fb40171ef6c2dd70d10e018aa..af046b930bddc4bddd5c87a0b6d11839f41cd66b 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 8ef21893ee748f530be5c220f5d16950784db9fe..3a205017f2378fafc8b0994c504c985551a98f39 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 491cceb2ed1cd8bf38ee7531dcee46fcf99bc3e3..0000000000000000000000000000000000000000
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 e075eb4efd3c7fea6520d703cfb10274487482a6..0000000000000000000000000000000000000000
Binary files a/board/netstar/eeprom and /dev/null differ