mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| gen_init_cpio.c | ||
| initramfs_data.S | ||
| Kconfig | ||
| Makefile | ||