diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-03-04 20:46:10 -0800 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-03-04 20:46:10 -0800 |
commit | fc1859c26467fddb2fe8f51b89fc0e33e3648e63 (patch) | |
tree | d014eefee4b5cfcbe0444653f469b695dc9e2eba | |
parent | b5d3c17427646b51f341f6bc6bba160d6dc686c2 (diff) |
radeon-gallium: Only build drivers for state trackers that are enabled.
-rw-r--r-- | src/gallium/winsys/drm/radeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/radeon/Makefile b/src/gallium/winsys/drm/radeon/Makefile index 2407a6a74e..bacdf3de28 100644 --- a/src/gallium/winsys/drm/radeon/Makefile +++ b/src/gallium/winsys/drm/radeon/Makefile @@ -2,7 +2,7 @@ TOP = ../../../../.. include $(TOP)/configs/current -SUBDIRS = core dri2 egl xorg +SUBDIRS = core $(GALLIUM_STATE_TRACKERS_DIRS) default install clean: @for dir in $(SUBDIRS) ; do \ |