summaryrefslogtreecommitdiff
path: root/src/gallium/SConscript
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-24 17:48:24 -0800
committerVinson Lee <vlee@vmware.com>2011-01-24 17:48:24 -0800
commite24f1ea594cc919a015ca14ff5abb305d51a314d (patch)
treeb4ec4f390d6dcdbd31a18f368c5776e099738aef /src/gallium/SConscript
parent99c67f27d35a4bbbbefada8117d5972c7583cf42 (diff)
scons: Add nvc0 to SConscript.
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r--src/gallium/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 2265f1de46..31580556f0 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -42,6 +42,7 @@ if env['drm']:
# SConscript([
# 'drivers/nouveau/SConscript',
# 'drivers/nv50/SConscript',
+ # 'drivers/nvc0/SConscript',
# 'drivers/nvfx/SConscript',
# ])