diff options
author | Emil Velikov <[email protected]> | 2014-08-29 23:33:42 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:27 +0100 |
commit | 2c69c9fdcbf5dbc53b4ae09942460e5656cb31fb (patch) | |
tree | 7dc91dd2f23c0b38974b860baba49aa734750ab5 | |
parent | ec9d8060e4922f595376eda09872c04782230c33 (diff) |
gallium/vc4: ship all files in the tarball
- include all headers in Makefile.sources
Cc: Eric Anholt <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Acked-by: Matt Turner <[email protected]>
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.sources | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index aa4ee6b6866..f64848f9468 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -1,25 +1,37 @@ C_SOURCES := \ vc4_bufmgr.c \ + vc4_bufmgr.h \ vc4_cl.c \ + vc4_cl.h \ vc4_context.c \ + vc4_context.h \ vc4_draw.c \ + vc4_drm.h \ vc4_emit.c \ vc4_formats.c \ vc4_opt_algebraic.c \ vc4_opt_copy_propagation.c \ vc4_opt_cse.c \ vc4_opt_dead_code.c \ + vc4_packet.h \ vc4_program.c \ vc4_qir.c \ - vc4_qpu_emit.c \ + vc4_qir.h \ vc4_qpu.c \ + vc4_qpu_defines.h \ vc4_qpu_disasm.c \ + vc4_qpu_emit.c \ + vc4_qpu.h \ vc4_qpu_validate.c \ vc4_resource.c \ + vc4_resource.h \ vc4_screen.c \ + vc4_screen.h \ vc4_simulator.c \ vc4_simulator_validate.c \ + vc4_simulator_validate.h \ vc4_simulator_validate_shaders.c \ vc4_state.c \ vc4_tiling.c \ + vc4_tiling.h \ $() |