mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00: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.run_cmd(
|
||||
(
|
||||
common_make_args +
|
||||
['olddefconfig', LF]
|
||||
),
|
||||
**common_args
|
||||
)
|
||||
self.sh.run_cmd(
|
||||
(
|
||||
common_make_args +
|
||||
['olddefconfig', LF]
|
||||
),
|
||||
**common_args
|
||||
)
|
||||
if self.env['build']:
|
||||
self.sh.run_cmd(
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user