diff options
author | Stephane Marchesin <[email protected]> | 2008-07-08 01:06:18 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-07-08 01:06:18 +0200 |
commit | 52a68dd9eb1d347aa01ce09db9375793d0d0ceaf (patch) | |
tree | dc44e650a9641ff06754e6ad3cd9e716d9ea46c7 /configs/default | |
parent | 6235141fd2c7af21c2b41ca66f06abc3cb0bbc24 (diff) |
nv04.
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index a8d1fe6bec2..c1bc5fb01d0 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 sct translate rtasm util GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a) -GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple nv10 nv30 nv40 nv50 failover +GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple nv04 nv10 nv30 nv40 nv50 failover GALLIUM_WINSYS_COMMON_DIRS = GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) GALLIUM_WINSYS_DIRS = xlib egl_xlib |