summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 17:34:58 +0000
committerwdenk <wdenk>2004-06-09 17:34:58 +0000
commit4c0d4c3b782ef278f5843eb2533e03b9c4c16e21 (patch)
tree09dcb91dbd32932f125901c1a4c210e4f2fdc88f /Makefile
parentca0e774894ceceeffe5134f69c0f4e1f789407a2 (diff)
downloadbarebox-4c0d4c3b782ef278f5843eb2533e03b9c4c16e21.tar.gz
barebox-4c0d4c3b782ef278f5843eb2533e03b9c4c16e21.tar.xz
* Patch by Tom Armistead, 04 Jun 2004:
Add support for MAX6900 RTC * Patches by Ladislav Michl, 03 Jun 2004: - fix cfi_flash.c on LE systems - let 'make mrproper' delete u-boot.img as well - turn printf into debug in cfi_flash.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cf8ecb780d..5c91ce04c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1338,10 +1338,10 @@ clean:
rm -f board/trab/trab_fkt
clobber: clean
- find . -type f \
- \( -name .depend -o -name '*.srec' -o -name '*.bin' \) \
- -print \
- | xargs rm -f
+ find . -type f \( -name .depend \
+ -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \
+ -print0 \
+ | xargs -0 rm -f
rm -f $(OBJS) *.bak tags TAGS
rm -fr *.*~
rm -f u-boot u-boot.map $(ALL)