nv50: attempt at making more complicated loops work
[mesa.git] / SConstruct
index 83c29c06c3a4b2221a9813137399835528de1f82..a187d8d1b6faba6e4cf77bb0a3f87880c1e73714 100644 (file)
@@ -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']: