Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: initramfs fix dependency checking for compressed target
When using initramfs compression, the data file compression suffix gets quotes pulled in from Kconfig, e.g., initramfs_data.cpio".gz" which make does not match a target and causes rebuild. Fix this by filtering out quotes from the Kconfig string. Fixes: 35e669e ("initramfs: select builtin initram compression algorithm on KConfig instead of Makefile") Reviewed-by: Francisco Blas Izquierdo Riera (klondike) <[email protected]> Signed-off-by: Nicholas Piggin <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information