mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build-linux: split merge_config.sh configs line
This commit is contained in:
@@ -104,7 +104,7 @@ Configure the kernel, but don't build it.
|
|||||||
'-O', build_dir, common.Newline,
|
'-O', build_dir, common.Newline,
|
||||||
os.path.join(build_dir, '.config'), common.Newline,
|
os.path.join(build_dir, '.config'), common.Newline,
|
||||||
] +
|
] +
|
||||||
config_fragments
|
common.add_newlines(config_fragments)
|
||||||
)
|
)
|
||||||
common.run_cmd(
|
common.run_cmd(
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user