diff options
author | Gabe Black <gabeblack@google.com> | 2014-12-22 16:49:24 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2014-12-22 16:49:24 -0800 |
commit | 7e34bae813a2dc1dc15cea53183840622ac4394e (patch) | |
tree | c14abb00c87e5d8ac8c80b94f558f7ee7835139f | |
parent | 8d9ce18c2b166da048c4272ec569fff581336d9c (diff) | |
download | gem5-7e34bae813a2dc1dc15cea53183840622ac4394e.tar.xz |
scons: Make the USE_KVM variable available in C++.
We need it to determine whether we should expect KVM related parameters
exist in the cirrus graphics device.
-rwxr-xr-x | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index c811598e3..849585aa7 100755 --- a/SConstruct +++ b/SConstruct @@ -1135,7 +1135,7 @@ sticky_vars.AddVariables( # These variables get exported to #defines in config/*.hh (see src/SConscript). export_vars += ['USE_FENV', 'SS_COMPATIBLE_FP', 'TARGET_ISA', 'CP_ANNOTATE', - 'USE_POSIX_CLOCK', 'PROTOCOL', 'HAVE_PROTOBUF', + 'USE_POSIX_CLOCK', 'USE_KVM', 'PROTOCOL', 'HAVE_PROTOBUF', 'HAVE_PERF_ATTR_EXCLUDE_HOST'] ################################################### |