Mesa (master): broadcom: add missing headers to the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Thu Jan 18 11:39:46 UTC 2018


Module: Mesa
Branch: master
Commit: 393cf04fa4c7137a00b3616ab4ee2d25b39a263a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=393cf04fa4c7137a00b3616ab4ee2d25b39a263a

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Jan 17 16:27:52 2018 +0000

broadcom: add missing headers to the tarball

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/broadcom/Makefile.sources | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources
index 25bab6ad06..e2bd075fbd 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 \




More information about the mesa-commit mailing list