Browse Source

Actually use GALLIUM_DRIVER_DIRS.

tags/mesa_20090313
José Fonseca 17 years ago
parent
commit
39fe5851a5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/Makefile

+ 1
- 1
src/gallium/drivers/Makefile View File

@@ -2,7 +2,7 @@ TOP = ../../..
include $(TOP)/configs/current


SUBDIRS = softpipe i915simple i965simple failover
SUBDIRS = $(GALLIUM_DRIVER_DIRS)


default: subdirs

Loading…
Cancel
Save