mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
common: add --qemu option to override configs
This commit is contained in:
@@ -71,7 +71,7 @@ usually extra Buildroot targets.
|
||||
extra_make_args = common.add_newlines(args.extra_make_args)
|
||||
if args.build_linux:
|
||||
extra_make_args.extend(['linux-reconfigure', common.Newline])
|
||||
if args.gem5:
|
||||
if common.emulator == 'gem5':
|
||||
extra_make_args.extend(['gem5-reconfigure', common.Newline])
|
||||
if args.arch == 'x86_64':
|
||||
defconfig = 'qemu_x86_64_defconfig'
|
||||
|
||||
Reference in New Issue
Block a user