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.
This commit is contained in:
parent
8d9ce18c2b
commit
7e34bae813
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
||||
###################################################
|
||||
|
|
Loading…
Reference in a new issue