From 5d4349ad092d30644f963ed50bfca26ff7d13e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 9 Apr 2020 01:00:00 +0000 Subject: [PATCH] extra_scons_args -> extra_make_args in config.py example --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index ef610fb..f5f96f7 100644 --- a/config.py +++ b/config.py @@ -8,4 +8,4 @@ def set_args(args, script_name): args['emulators'] = ['gem5'] if script_name == 'build-gem5': # This argument is defined only for ./build-gem5. - args['extra_scons_args'] = ['ADSF=qwer'] + args['extra_make_args'] = ['ADSF=qwer']