# Node ID 07c3cbac4cddcaf9e196edbf08526e2063cb9b3d # Parent 38432fdb2b7f0dc8e502d5df63335ab6cbdf9506 diff --git a/SConstruct b/SConstruct --- a/SConstruct +++ b/SConstruct @@ -1135,7 +1135,7 @@ # 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'] ###################################################