From 0e1fb5eebf84455dbceab825840d3b118fbbc7f3 Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@pollux.denx.de>
Date: Sat, 13 Aug 2005 18:36:17 +0200
Subject: [PATCH] make "make clean" remove all build results

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c88b9e1a1d..611bd7d3c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1737,7 +1737,7 @@ 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/trab/trab_fkt
+	rm -f board/trab/trab_fkt board/voiceblue/eeprom
 
 clobber:	clean
 	find . -type f \( -name .depend \
-- 
GitLab