summaryrefslogtreecommitdiff
path: root/src/broadcom/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-09-01 14:38:54 -0700
committerEric Anholt <eric@anholt.net>2017-10-10 11:42:04 -0700
commit59257c35eb5ce4a58d6cff20ed24a8203b045af8 (patch)
tree47bbf54c90d73a693f3f0d27934c6469f0dc7688 /src/broadcom/Makefile.sources
parentae106592a60d5b35facfc6957919820393ec1d40 (diff)
broadcom: Introduce a v3d_debug.h header for vc5 and broadcom Vulkan.
Unlike vc4, where the compiler and gallium driver live together, for vc5 the compiler will live up in the shared broadcom directory, and need access to the debug flags. Define a set of debug flags and helpers there, so it can be shared between compiler, vc5, and vulkan.
Diffstat (limited to 'src/broadcom/Makefile.sources')
-rw-r--r--src/broadcom/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources
index 70ed415c5aa..92f972754c7 100644
--- a/src/broadcom/Makefile.sources
+++ b/src/broadcom/Makefile.sources
@@ -11,6 +11,8 @@ BROADCOM_GENXML_XML_FILES = \
BROADCOM_FILES = \
cle/v3d_packet_helpers.h \
+ common/v3d_debug.c \
+ common/v3d_debug.h \
common/v3d_device_info.h \
$()