From 4c0d4c3b782ef278f5843eb2533e03b9c4c16e21 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 9 Jun 2004 17:34:58 +0000 Subject: * 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 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3