summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index ea63b90f46f..e1c4a1898ce 100644
--- a/SConstruct
+++ b/SConstruct
@@ -110,6 +110,10 @@ Export([
#######################################################################
# Environment setup
+# Always build trace driver
+if 'trace' not in env['drivers']:
+ env['drivers'].append('trace')
+
# Includes
env.Append(CPPPATH = [
'#/include',