commit | 57a6f47e55068cfd775eb9113320ffd029ad224e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 29 08:08:52 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 29 08:08:52 2025 -0600 |
tree | afde21c14daa306ca7da8c71eebe36d74faa9762 | |
parent | cbb757874d8842a61884bf99f05504719c11bfac [diff] |
configs: use syntax CONFIG_FOO=n in tools-only_defconfig again As explained in commit c2cd7bd3ecfe ("configs: use syntax CONFIG_FOO=n in tools-only_defconfig") we need to not use the "# CONFIG_FOO is not set" syntax here in order to work correctly on OSes where cpp comes ffrom LLVM. Fixes: 867e16ae05e2 ("configs: Resync with savedefconfig") Signed-off-by: Tom Rini <trini@konsulko.com>