diff options
author | Ben Skeggs <[email protected]> | 2009-05-08 09:11:17 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-05-08 09:33:02 +1000 |
commit | 9e02fa45320c724c69839dae5aaa47034eae5125 (patch) | |
tree | 9b5555556d4d8d07ad4ece621b70ac7e5d2b54ec /src/gallium/winsys/drm/nouveau/Makefile | |
parent | b7f2b7e93609836260ca7eef635776073b8f7069 (diff) |
nouveau: remove dri1 code now we're using the dri state tracker
Diffstat (limited to 'src/gallium/winsys/drm/nouveau/Makefile')
-rw-r--r-- | src/gallium/winsys/drm/nouveau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/nouveau/Makefile b/src/gallium/winsys/drm/nouveau/Makefile index be4cad6f9ed..e275b2d9e7b 100644 --- a/src/gallium/winsys/drm/nouveau/Makefile +++ b/src/gallium/winsys/drm/nouveau/Makefile @@ -2,7 +2,7 @@ TOP = ../../../../.. include $(TOP)/configs/current -SUBDIRS = drm dri2 +SUBDIRS = drm dri default install clean: @for dir in $(SUBDIRS) ; do \ |