mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
extra_scons_args -> extra_make_args in config.py example
This commit is contained in:
@@ -8,4 +8,4 @@ def set_args(args, script_name):
|
|||||||
args['emulators'] = ['gem5']
|
args['emulators'] = ['gem5']
|
||||||
if script_name == 'build-gem5':
|
if script_name == 'build-gem5':
|
||||||
# This argument is defined only for ./build-gem5.
|
# This argument is defined only for ./build-gem5.
|
||||||
args['extra_scons_args'] = ['ADSF=qwer']
|
args['extra_make_args'] = ['ADSF=qwer']
|
||||||
|
|||||||
Reference in New Issue
Block a user