summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-06-28 22:22:53 +0200
committerJakob Bornecrantz <jakob@vmware.com>2010-06-28 22:27:06 +0200
commit40d4b414d94866f1eb23fa14c8289da11a81f062 (patch)
treec41d7769e62b76f3b2531bff91eb1598244c358a /SConstruct
parentd12c4c5a62dbf5e32f989c8ef53a5a878cc5c0a2 (diff)
glhd: Build with scons
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 83c29c06c3a..a187d8d1b6f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -131,6 +131,8 @@ if 'trace' not in env['drivers']:
env['drivers'].append('trace')
if 'rbug' not in env['drivers']:
env['drivers'].append('rbug')
+if 'galahad' not in env['drivers']:
+ env['drivers'].append('galahad')
if 'identity' not in env['drivers']:
env['drivers'].append('identity')
if 'softpipe' not in env['drivers']: