From: Gabe Black Date: Tue, 23 Dec 2014 00:49:24 +0000 (-0800) Subject: scons: Make the USE_KVM variable available in C++. X-Git-Tag: stable_2015_04_15~60 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e34bae813a2dc1dc15cea53183840622ac4394e;p=gem5.git 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. --- 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'] ###################################################