Re: [PATCH v4 3/7] bootconfig: render embedded bootconfig as a kernel cmdline at build time
Julian Braha <[email protected]>
| Newsgroups | gmane.linux.kernel.bpf,gmane.linux.kernel,gmane.linux.kbuild.devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/9/26 11:28, Breno Leitao wrote: > + depends on BOOT_CONFIG_EMBED > + depends on BOOT_CONFIG_EMBED_FILE != "" Hi Breno, Just an FYI, this dependency on BOOT_CONFIG_EMBED is redundant because the: BOOT_CONFIG_EMBED_FILE != "" is only possible when BOOT_CONFIG_EMBED is enabled. - Julian Braha