summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
authorBen Skeggs <darktama@beleth.(none)>2008-02-22 12:36:48 +1100
committerBen Skeggs <darktama@beleth.(none)>2008-02-22 12:36:48 +1100
commit73e0e567dea3cf4e1591acb3e894eecef812f367 (patch)
tree7db7d94aec5ec7df58c158f739435e4783ef4b4f /configs/default
parentf7922db610d05efee0ee8c5f0dadb69e3939482e (diff)
nouveau: fix build
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index 48ddd29282..af9ff6f426 100644
--- a/configs/default
+++ b/configs/default
@@ -70,7 +70,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos
# Gallium directories and
GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi rtasm util
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
-GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover
+GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple nv30 nv40 nv50 failover
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
GALLIUM_WINSYS_DIRS = xlib