mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build kind of works
This commit is contained in:
@@ -658,7 +658,7 @@ def setup(parser):
|
||||
if args.gem5_worktree is not None and not gem5_build_id_given:
|
||||
args.gem5_build_id = args.gem5_worktree
|
||||
this_module.machine = args.machine
|
||||
this_module.dry_run = args.dry_run
|
||||
this_module.setup_dry_run_arguments(args)
|
||||
if args.arch == 'arm':
|
||||
this_module.armv = 7
|
||||
this_module.gem5_arch = 'ARM'
|
||||
@@ -867,6 +867,9 @@ def setup(parser):
|
||||
this_module.image = path
|
||||
return args
|
||||
|
||||
def setup_dry_run_arguments(args):
|
||||
this_module.dry_run = args.dry_run
|
||||
|
||||
def write_configs(config_path, configs, config_fragments=None):
|
||||
"""
|
||||
Write extra configs into the Buildroot config file.
|
||||
|
||||
Reference in New Issue
Block a user