summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/softpipe/Automake.inc')
-rw-r--r--src/gallium/drivers/softpipe/Automake.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/drivers/softpipe/Automake.inc b/src/gallium/drivers/softpipe/Automake.inc
deleted file mode 100644
index bd3c2eead16..00000000000
--- a/src/gallium/drivers/softpipe/Automake.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-if HAVE_GALLIUM_SOFTPIPE
-
-TARGET_DRIVERS += swrast
-TARGET_CPPFLAGS += -DGALLIUM_SOFTPIPE
-TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la
-
-if HAVE_DRISW_KMS
-TARGET_DRIVERS += kms_swrast
-
-endif
-endif