aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/swr/Automake.inc')
-rw-r--r--src/gallium/drivers/swr/Automake.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/swr/Automake.inc b/src/gallium/drivers/swr/Automake.inc
deleted file mode 100644
index a51921455a9..00000000000
--- a/src/gallium/drivers/swr/Automake.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-if HAVE_GALLIUM_SWR
-
-TARGET_DRIVERS += swrast
-TARGET_CPPFLAGS += -DGALLIUM_SWR
-TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/drivers/swr/libmesaswr.la
-
-endif