[Skiboot] [PATCH] Fix 'make clean'

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Fri Mar 11 03:31:56 AEDT 2016


Include 'extract-gcov' in make clean.

Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 Makefile.main |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.main b/Makefile.main
index d3562e0..b7c2601 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -236,6 +236,7 @@ clean:
 	$(RM) *.[odsa] $(SUBDIRS:%=%/*.[odsa])
 	$(RM) *.elf $(TARGET).lid *.map $(TARGET).lds
 	$(RM) include/asm-offsets.h version.c
+	$(RM) extract-gcov
 
 distclean: clean
 	$(RM) *~ $(SUBDIRS:%=%/*~) include/*~



More information about the Skiboot mailing list