mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
build-linux: do olddefconfig even if no fragments
In particular, gem5 kernel 4.15 needs it
This commit is contained in:
14
build-linux
14
build-linux
@@ -182,13 +182,13 @@ Run `make modules_install` after `make`.
|
|||||||
] +
|
] +
|
||||||
self.sh.add_newlines(config_fragments)
|
self.sh.add_newlines(config_fragments)
|
||||||
)
|
)
|
||||||
self.sh.run_cmd(
|
self.sh.run_cmd(
|
||||||
(
|
(
|
||||||
common_make_args +
|
common_make_args +
|
||||||
['olddefconfig', LF]
|
['olddefconfig', LF]
|
||||||
),
|
),
|
||||||
**common_args
|
**common_args
|
||||||
)
|
)
|
||||||
if self.env['build']:
|
if self.env['build']:
|
||||||
self.sh.run_cmd(
|
self.sh.run_cmd(
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user