diff options
author | Jason Lowe-Power <jason@lowepower.com> | 2017-06-04 15:01:12 -0500 |
---|---|---|
committer | Jason Lowe-Power <jason@lowepower.com> | 2017-06-04 20:12:58 +0000 |
commit | c1a7d318f670467612178ae5a7433f4c1f7361fa (patch) | |
tree | b450daa2c4cbbe458822ddb3eb4d8fbb65993211 /SConstruct | |
parent | 85b393f9c1d12ad882e1e4231386bab3b001f6c9 (diff) | |
download | gem5-c1a7d318f670467612178ae5a7433f4c1f7361fa.tar.xz |
scons: Add use_tuntap to export list
Fixes broken build after c58537c.
Change-Id: I686ffaaad4fe558b6e51c89c9b26121318c2b721
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/3647
Reviewed-by: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'SConstruct')
-rwxr-xr-x | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct index ef7af0f26..bc1e1e296 100755 --- a/SConstruct +++ b/SConstruct @@ -1250,8 +1250,8 @@ sticky_vars.AddVariables( # These variables get exported to #defines in config/*.hh (see src/SConscript). export_vars += ['USE_FENV', 'SS_COMPATIBLE_FP', 'TARGET_ISA', 'TARGET_GPU_ISA', - 'CP_ANNOTATE', 'USE_POSIX_CLOCK', 'USE_KVM', 'PROTOCOL', - 'HAVE_PROTOBUF', 'HAVE_PERF_ATTR_EXCLUDE_HOST'] + 'CP_ANNOTATE', 'USE_POSIX_CLOCK', 'USE_KVM', 'USE_TUNTAP', + 'PROTOCOL', 'HAVE_PROTOBUF', 'HAVE_PERF_ATTR_EXCLUDE_HOST'] ################################################### # |