Add samsung specific changes
This commit is contained in:
@@ -22,7 +22,7 @@ def _gen_config_without_source_lines(build_config, target):
|
||||
|
||||
return ":" + rule_name
|
||||
|
||||
def define_consolidate(defconfig_fragments):
|
||||
def define_consolidate():
|
||||
kernel_build_config(
|
||||
name = rule_base + "_build_config",
|
||||
srcs = [
|
||||
@@ -49,7 +49,6 @@ def define_consolidate(defconfig_fragments):
|
||||
"Image.lz4",
|
||||
"Image.gz",
|
||||
],
|
||||
defconfig_fragments = defconfig_fragments,
|
||||
module_implicit_outs = get_gki_modules_list("arm64") + get_kunit_modules_list("arm64"),
|
||||
build_config = rule_base + "_build_config",
|
||||
trim_nonlisted_kmi = False,
|
||||
|
Reference in New Issue
Block a user