diff options
author | Emil Velikov <[email protected]> | 2018-01-17 16:27:52 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-01-18 11:21:35 +0000 |
commit | 393cf04fa4c7137a00b3616ab4ee2d25b39a263a (patch) | |
tree | 716c1a2254696ad772a726546855cb26666fde3a /src/broadcom | |
parent | d67ef485804cab53499dd763db136070ef107a16 (diff) |
broadcom: add missing headers to the tarball
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/broadcom')
-rw-r--r-- | src/broadcom/Makefile.sources | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources index 25bab6ad06c..e2bd075fbd0 100644 --- a/src/broadcom/Makefile.sources +++ b/src/broadcom/Makefile.sources @@ -13,11 +13,14 @@ BROADCOM_GENXML_XML_FILES = \ BROADCOM_FILES = \ cle/v3d_packet_helpers.h \ - common/v3d_debug.c \ - common/v3d_debug.h \ + cle/v3dx_pack.h\ clif/clif_dump.c \ clif/clif_dump.h \ + clif/clif_private.h \ + common/v3d_debug.c \ + common/v3d_debug.h \ common/v3d_device_info.h \ + common/v3d_macros.h \ compiler/nir_to_vir.c \ compiler/vir.c \ compiler/vir_dump.c \ |