OSDN Git Service

nouveau: respect GALLIUM_STATE_TRACKERS_DIRS
authorBen Skeggs <bskeggs@redhat.com>
Thu, 7 May 2009 23:22:16 +0000 (09:22 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 7 May 2009 23:33:02 +0000 (09:33 +1000)
src/gallium/winsys/drm/nouveau/Makefile

index e275b2d..6c9cbef 100644 (file)
@@ -2,7 +2,7 @@
 TOP = ../../../../..
 include $(TOP)/configs/current
 
-SUBDIRS = drm dri
+SUBDIRS = drm $(GALLIUM_STATE_TRACKERS_DIRS)
 
 default install clean:
        @for dir in $(SUBDIRS) ; do \