From: Emil Velikov Date: Wed, 17 Jan 2018 16:27:52 +0000 (+0000) Subject: broadcom: add missing headers to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=393cf04fa4c7137a00b3616ab4ee2d25b39a263a;p=mesa.git broadcom: add missing headers to the tarball Signed-off-by: Emil Velikov --- 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 \