Re: [PATCH] kbuild: clean compressed initramfs image

2019-07-23 Thread Nicholas Piggin
Greg Thelen's on July 22, 2019 4:32 pm: > Since commit 9e3596b0c653 ("kbuild: initramfs cleanup, set target from > Kconfig") "make clean" leaves behind compressed initramfs images. > Example: > $ make defconfig > $ sed -i >

[PATCH] kbuild: clean compressed initramfs image

2019-07-22 Thread Greg Thelen
Since commit 9e3596b0c653 ("kbuild: initramfs cleanup, set target from Kconfig") "make clean" leaves behind compressed initramfs images. Example: $ make defconfig $ sed -i 's|CONFIG_INITRAMFS_SOURCE=""|CONFIG_INITRAMFS_SOURCE="/tmp/ir.cpio"|' .config $ make olddefconfig $ make -s $ make