summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/meson.build
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-03-23 15:19:05 -0700
committerEric Anholt <[email protected]>2018-03-26 17:46:19 -0700
commit1fa820cef861b0f2efd001cfb3c4adecf2fa549b (patch)
tree4993ad8f7001aa8ea154fb98b163a03ccd8e640f /src/gallium/drivers/vc5/meson.build
parent33878641305345b9bb76ad5ebf2335ec9c17adfa (diff)
broadcom/vc5: Move the BCL epilogue code to a per-version compile.
I need to do some new packets for transform feedback on 4.1.
Diffstat (limited to 'src/gallium/drivers/vc5/meson.build')
-rw-r--r--src/gallium/drivers/vc5/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/meson.build b/src/gallium/drivers/vc5/meson.build
index 005bf2f9b8e..4f20c2697e5 100644
--- a/src/gallium/drivers/vc5/meson.build
+++ b/src/gallium/drivers/vc5/meson.build
@@ -44,6 +44,7 @@ files_libvc5 = files(
files_per_version = files(
'v3dx_format_table.c',
+ 'v3dx_job.c',
'v3dx_simulator.c',
'vc5_draw.c',
'vc5_emit.c',