scons: Always build the identity driver.
diff --git a/SConstruct b/SConstruct
index 4cadd01..5e171ea 100644
--- a/SConstruct
+++ b/SConstruct
@@ -112,9 +112,11 @@
 #######################################################################
 # 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 = [