summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/vdpau-r600/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/vdpau-r600/Makefile')
-rw-r--r--src/gallium/targets/vdpau-r600/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/gallium/targets/vdpau-r600/Makefile b/src/gallium/targets/vdpau-r600/Makefile
deleted file mode 100644
index 6ef7f901f3d..00000000000
--- a/src/gallium/targets/vdpau-r600/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBBASENAME = vdpau_r600
-
-DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
-
-PIPE_DRIVERS = \
- $(TOP)/src/gallium/drivers/r600/libr600.a \
- $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
- $(TOP)/src/gallium/drivers/trace/libtrace.a \
- $(TOP)/src/gallium/auxiliary/libgallium.a
-
-C_SOURCES = \
- target.c \
- $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \
- $(COMMON_GALLIUM_SOURCES) \
- $(DRIVER_SOURCES)
-
-DRIVER_LIBS = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes
-
-include ../Makefile.vdpau
-
-symlinks: