diff options
author | Eric Anholt <[email protected]> | 2018-03-23 15:19:05 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-03-26 17:46:19 -0700 |
commit | 1fa820cef861b0f2efd001cfb3c4adecf2fa549b (patch) | |
tree | 4993ad8f7001aa8ea154fb98b163a03ccd8e640f /src/gallium/drivers/vc5/Makefile.sources | |
parent | 33878641305345b9bb76ad5ebf2335ec9c17adfa (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/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc5/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index 0259ecc99b5..c1e4e0b0236 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -28,6 +28,7 @@ C_SOURCES := \ VC5_PER_VERSION_SOURCES = \ v3dx_context.h \ v3dx_format_table.c \ + v3dx_job.c \ v3dx_simulator.c \ vc5_draw.c \ vc5_emit.c \ |