diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2016-03-10 22:01:56 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-03-11 15:24:39 +1100 |
commit | 6da167922d4b6babc0c4bbe2a99184bc9476d986 (patch) | |
tree | a127d27a474fdd0f1d5668d996072294f662dab0 | |
parent | 2c0aee589932806ecf075c61b5027eed962f7c9c (diff) | |
download | skiboot-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>
-rw-r--r-- | Makefile.main | 1 |
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/*~ |