summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/Automake.inc
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-05-01 12:24:48 -0700
committerEric Anholt <[email protected]>2018-05-16 21:19:07 +0100
commit8c47ebbd232704ab048eab2572e2b2a44f38957a (patch)
tree8946780fc424b3aa39e0b32ac875047605770a49 /src/gallium/drivers/vc5/Automake.inc
parentc4c488a2aeb24c0f468664c0cacd0d01111a4e46 (diff)
v3d: Rename the driver files from "vc5" to "v3d".
Diffstat (limited to 'src/gallium/drivers/vc5/Automake.inc')
-rw-r--r--src/gallium/drivers/vc5/Automake.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/drivers/vc5/Automake.inc b/src/gallium/drivers/vc5/Automake.inc
deleted file mode 100644
index 612bc21615e..00000000000
--- a/src/gallium/drivers/vc5/Automake.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-if HAVE_GALLIUM_V3D
-
-TARGET_DRIVERS += v3d
-TARGET_CPPFLAGS += -DGALLIUM_V3D
-TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/winsys/vc5/drm/libv3ddrm.la \
- $(top_builddir)/src/gallium/drivers/vc5/libv3d.la \
- $(top_builddir)/src/broadcom/libbroadcom.la
-
-if !HAVE_GALLIUM_VC4
-TARGET_LIB_DEPS += $(top_builddir)/src/broadcom/cle/libbroadcom_cle.la
-endif
-
-endif