diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2016-08-04 13:52:33 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-08-10 16:42:07 +1000 |
commit | 742b7226124b140f129d181c07d23dbe36c18ea3 (patch) | |
tree | c7c240e497a06fe1bafa0e9a5cc04612c1e2e802 /Makefile.main | |
parent | 4eabfa056562e144c1a011bf4159387337023659 (diff) | |
download | skiboot-742b7226124b140f129d181c07d23dbe36c18ea3.zip skiboot-742b7226124b140f129d181c07d23dbe36c18ea3.tar.gz skiboot-742b7226124b140f129d181c07d23dbe36c18ea3.tar.bz2 |
Make: Add skiboot.lid.xz to make clean
Fixes: 5fc07eaa (Produce XZ compressed skiboot.lid as part of build)
CC: Stewart Smith <stewart@linux.vnet.ibm.com>
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.main | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.main b/Makefile.main index 159ce26..35d1609 100644 --- a/Makefile.main +++ b/Makefile.main @@ -236,7 +236,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 |