mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
4 lines
73 B
Python
4 lines
73 B
Python
def set_args(args):
|
|
args['arch'] = 'aarch64'
|
|
args['gem5'] = True
|