diff options
author | Vinson Lee <[email protected]> | 2011-01-24 17:48:24 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-24 17:48:24 -0800 |
commit | e24f1ea594cc919a015ca14ff5abb305d51a314d (patch) | |
tree | b4ec4f390d6dcdbd31a18f368c5776e099738aef /src/gallium/SConscript | |
parent | 99c67f27d35a4bbbbefada8117d5972c7583cf42 (diff) |
scons: Add nvc0 to SConscript.
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 2265f1de46c..31580556f03 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', # ]) |