added 6 commits
January 26, 2024 11:33These two are tightly coupled, so keep them together in the same file. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
The ChromeOS and KASAN config definitions are tightly coupled to the main configs file, so keep them together in the same file. If more config sections need to be added, this makes it quite easy to do so. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Now that some files have been combined, rename the files to fill the numeric gaps. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
…ob_name() The next line unconditionally uses build["make_variables"], which makes the check for make_variables useless, as there would be an exception if it were not present. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Use of make_variables can accomplish the same thing. llvm is only used in one place and llvm_ias is used nowhere. Signed-off-by: Nathan Chancellor <nathan@kernel.org>