summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-01-09 15:46:34 -0800
committerEric Anholt <[email protected]>2018-01-12 21:56:00 -0800
commit469bbd8387d11bbac2aae4c49765c748c2a9fd04 (patch)
tree4c35dd8b7fc068ce68d19fcea85346db825f4431 /src/gallium/drivers/vc5/Makefile.sources
parent34898c8c45a5cbb84a027d74854efb1486d65bc4 (diff)
broadcom/vc5: Move the formats table to per-V3D-version compile.
Diffstat (limited to 'src/gallium/drivers/vc5/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc5/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources
index 72441e0ac00..45c4ccd67f6 100644
--- a/src/gallium/drivers/vc5/Makefile.sources
+++ b/src/gallium/drivers/vc5/Makefile.sources
@@ -25,6 +25,7 @@ C_SOURCES := \
$()
VC5_PER_VERSION_SOURCES = \
+ v3dx_format_table.c \
v3dx_simulator.c \
vc5_draw.c \
vc5_rcl.c \