summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/Automake.inc')
-rw-r--r--src/gallium/drivers/r300/Automake.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/drivers/r300/Automake.inc b/src/gallium/drivers/r300/Automake.inc
deleted file mode 100644
index d4ddc401bb3..00000000000
--- a/src/gallium/drivers/r300/Automake.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-if HAVE_GALLIUM_R300
-
-TARGET_DRIVERS += r300
-TARGET_CPPFLAGS += -DGALLIUM_R300
-TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/drivers/r300/libr300.la \
- $(RADEON_LIBS) \
- $(LIBDRM_LIBS)
-
-TARGET_RADEON_WINSYS = \
- $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la
-
-endif