scons: Add use_tuntap to export list
authorJason Lowe-Power <jason@lowepower.com>
Sun, 4 Jun 2017 20:01:12 +0000 (15:01 -0500)
committerJason Lowe-Power <jason@lowepower.com>
Sun, 4 Jun 2017 20:12:58 +0000 (20:12 +0000)
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>
SConstruct

index ef7af0f26856cf121b559de32b261506288351e7..bc1e1e296fa72594315d48b2bf62d13839b849b2 100755 (executable)
@@ -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']
 
 ###################################################
 #