summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5cba2b906..3754ab99ab 100644
--- a/Makefile
+++ b/Makefile
@@ -358,10 +358,13 @@ clean-for-update: doxygen-clean
clean: clean-for-update
rm -f $(obj)/coreboot* .ccwrap
+clean-abuild:
+ rm -rf coreboot_builds
+
clean-cscope:
rm -f cscope.out
-distclean: clean-cscope
+distclean: clean-cscope clean-abuild
rm -rf $(obj)
rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile
@@ -390,5 +393,5 @@ $(objutil)/romcc/romcc: $(top)/util/romcc/romcc.c
@# http://www.coreboot.org/pipermail/coreboot/2010-February/055825.html
$(HOSTCC) -g $(STACK) -Wall -o $@ $<
-.PHONY: $(PHONY) clean clean-cscope cscope distclean doxygen doxy coreboot .xcompile
+.PHONY: $(PHONY) clean clean-abuild clean-cscope cscope distclean doxygen doxy coreboot .xcompile