diff options
author | Eric Anholt <[email protected]> | 2014-09-18 11:02:59 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-09-18 11:46:50 -0700 |
commit | 6e39854e23d56e70c5ec68fe97ffce4c5a077183 (patch) | |
tree | f37903ec71680e52f30f3c4b18a1092af66ed9b0 /src/gallium/drivers/vc4/Makefile.sources | |
parent | 019ca99bee14e793751e3460309bf4132ee76225 (diff) |
vc4: Actually implement VC4_DEBUG=cl.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index 71a28a5da20..f128af345ee 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -2,6 +2,7 @@ C_SOURCES := \ vc4_bufmgr.c \ vc4_bufmgr.h \ vc4_cl.c \ + vc4_cl_dump.c \ vc4_cl.h \ vc4_context.c \ vc4_context.h \ |