aboutsummaryrefslogtreecommitdiff
path: root/Makefile.main
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2016-03-10 22:01:56 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-03-11 15:24:39 +1100
commit6da167922d4b6babc0c4bbe2a99184bc9476d986 (patch)
treea127d27a474fdd0f1d5668d996072294f662dab0 /Makefile.main
parent2c0aee589932806ecf075c61b5027eed962f7c9c (diff)
downloadskiboot-6da167922d4b6babc0c4bbe2a99184bc9476d986.zip
skiboot-6da167922d4b6babc0c4bbe2a99184bc9476d986.tar.gz
skiboot-6da167922d4b6babc0c4bbe2a99184bc9476d986.tar.bz2
Fix 'make clean'
Include 'extract-gcov' in make clean. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.main')
-rw-r--r--Makefile.main1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.main b/Makefile.main
index ea5fc8e..30c22be 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -235,6 +235,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/*~