summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/nouveau/dri2/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-05-08 09:11:17 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-05-08 09:33:02 +1000
commit9e02fa45320c724c69839dae5aaa47034eae5125 (patch)
tree9b5555556d4d8d07ad4ece621b70ac7e5d2b54ec /src/gallium/winsys/drm/nouveau/dri2/Makefile
parentb7f2b7e93609836260ca7eef635776073b8f7069 (diff)
nouveau: remove dri1 code now we're using the dri state tracker
Diffstat (limited to 'src/gallium/winsys/drm/nouveau/dri2/Makefile')
-rw-r--r--src/gallium/winsys/drm/nouveau/dri2/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/gallium/winsys/drm/nouveau/dri2/Makefile b/src/gallium/winsys/drm/nouveau/dri2/Makefile
deleted file mode 100644
index 024ab150cb..0000000000
--- a/src/gallium/winsys/drm/nouveau/dri2/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-TOP = ../../../../../..
-include $(TOP)/configs/current
-
-LIBNAME = nouveau_dri.so
-
-PIPE_DRIVERS = \
- $(TOP)/src/gallium/state_trackers/dri/libdridrm.a \
- $(TOP)/src/gallium/winsys/drm/nouveau/drm/libnouveaudrm.a \
- $(TOP)/src/gallium/drivers/nv04/libnv04.a \
- $(TOP)/src/gallium/drivers/nv10/libnv10.a \
- $(TOP)/src/gallium/drivers/nv20/libnv20.a \
- $(TOP)/src/gallium/drivers/nv30/libnv30.a \
- $(TOP)/src/gallium/drivers/nv40/libnv40.a \
- $(TOP)/src/gallium/drivers/nv50/libnv50.a
-
-DRIVER_SOURCES =
-
-C_SOURCES = \
- $(COMMON_GALLIUM_SOURCES) \
- $(DRIVER_SOURCES)
-
-include ../../Makefile.template
-
-DRI_LIB_DEPS += $(shell pkg-config libdrm_nouveau --libs)
-
-symlinks: