summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-09 17:08:16 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-03-09 17:08:16 +0000
commit78d8e6c98a7f679b9468c5255043819a6588846e (patch)
treef7d5201ebac70badfe39dd5c4eb0078e610612c0 /SConstruct
parent999932bf1feed4cbf834b2c81510aab09dda56dc (diff)
scons: Always build the identity driver.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4cadd01363..5e171ea2e1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -112,9 +112,11 @@ Export([
#######################################################################
# Environment setup
-# Always build trace driver
+# Always build trace and identity drivers
if 'trace' not in env['drivers']:
env['drivers'].append('trace')
+if 'identity' not in env['drivers']:
+ env['drivers'].append('identity')
# Includes
env.Append(CPPPATH = [