summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/Automake.inc')
-rw-r--r--src/gallium/drivers/r600/Automake.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/drivers/r600/Automake.inc b/src/gallium/drivers/r600/Automake.inc
deleted file mode 100644
index 727b1174d3f..00000000000
--- a/src/gallium/drivers/r600/Automake.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-if HAVE_GALLIUM_R600
-
-TARGET_DRIVERS += r600
-TARGET_CPPFLAGS += -DGALLIUM_R600
-TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/drivers/r600/libr600.la \
- $(RADEON_LIBS) \
- $(LIBDRM_LIBS) \
- $(LIBELF_LIBS)
-
-TARGET_RADEON_WINSYS = \
- $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la
-
-endif