[Skiboot] [PATCH] Make: Add skiboot.lid.xz to make clean
Vasant Hegde
hegdevasant at linux.vnet.ibm.com
Thu Aug 4 18:22:33 AEST 2016
Fixes: 5fc07eaa (Produce XZ compressed skiboot.lid as part of build)
CC: Stewart Smith <stewart at linux.vnet.ibm.com>
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
Makefile.main | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.main b/Makefile.main
index 009353e..8016df7 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -237,7 +237,7 @@ cscope:
clean:
$(RM) *.[odsa] $(SUBDIRS:%=%/*.[odsa])
- $(RM) *.elf $(TARGET).lid *.map $(TARGET).lds
+ $(RM) *.elf $(TARGET).lid *.map $(TARGET).lds $(TARGET).lid.xz
$(RM) include/asm-offsets.h version.c .version
$(RM) extract-gcov
--
2.5.5
More information about the Skiboot
mailing list