mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
config.py: use correct archs parameter
This commit is contained in:
@@ -3,7 +3,8 @@ https://cirosantilli.com/linux-kernel-module-cheat#default-command-line-argument
|
||||
'''
|
||||
|
||||
def set_args(args, script_name):
|
||||
args['arch'] = 'aarch64'
|
||||
# archs in plural here because --arch adds items to a list of archs.
|
||||
args['archs'] = ['aarch64']
|
||||
args['emulators'] = ['gem5']
|
||||
if script_name == 'build-gem5':
|
||||
# This argument is defined only for ./build-gem5.
|
||||
|
||||
Reference in New Issue
Block a user