mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
Fixed run script
This commit is contained in:
2
run
2
run
@@ -433,7 +433,7 @@ Extra options to append at the end of the emulator command line.
|
||||
if self.env['kgdb']:
|
||||
kernel_cli += ' kgdboc={},115200'.format(extra_console)
|
||||
if kernel_cli_after_dash:
|
||||
kernel_cli += " -{}".format(kernel_cli_after_dash)
|
||||
kernel_cli += " --{}".format(kernel_cli_after_dash)
|
||||
extra_env = {}
|
||||
if self.env['trace_insts_stdout']:
|
||||
if self.env['emulator'] == 'qemu':
|
||||
|
||||
Reference in New Issue
Block a user