summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 994f76316..bad1598f8 100644
--- a/Makefile
+++ b/Makefile
@@ -3758,9 +3758,10 @@ clean:
clobber: clean
@find $(OBJTREE) -type f \( -name .depend \
- -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \
+ -o -name '*.srec' -o -name u-boot.img \) \
-print0 \
| xargs -0 rm -f
+ @rm -f $(obj)examples/standalone/*.bin
@rm -f $(OBJS) $(obj)*.bak $(obj)ctags $(obj)etags $(obj)TAGS \
$(obj)cscope.* $(obj)*.*~
@rm -f $(obj)u-boot $(obj)u-boot.map $(obj)u-boot.hex $(ALL)