summaryrefslogtreecommitdiff
path: root/src/broadcom/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-10-26 10:14:37 -0700
committerEric Anholt <eric@anholt.net>2017-06-30 12:25:45 -0700
commit7f80a9ff1312406dcffae88bf6dcaaf99ca9e3a1 (patch)
treeb0de421d08cd0f3ee42f2a3e48c702f73772fefb /src/broadcom/Makefile.sources
parent6646f6ba0dca70478cafd39886005e387406f114 (diff)
vc4: Introduce XML-based packet header generation like Intel's.
I really liked this idea, as it should help with management of packet parsing tools like the CL dump. The python script is forked off of theirs because our packets are byte-based instead of dwords, and the changes to do so while avoiding performance regressions due to unaligned accesses were quite invasive. v2: Fix Android.mk paths, drop shebang for python script, fix overlap detection. Acked-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Kenneth Graunke <kenneth@whitecape.org> Tested-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'src/broadcom/Makefile.sources')
-rw-r--r--src/broadcom/Makefile.sources12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources
new file mode 100644
index 00000000000..cbba2c182b4
--- /dev/null
+++ b/src/broadcom/Makefile.sources
@@ -0,0 +1,12 @@
+BROADCOM_GENXML_GENERATED_FILES = \
+ cle/v3d_packet_v21_pack.h \
+ $()
+
+BROADCOM_GENXML_XML_FILES = \
+ cle/v3d_packet_v21.xml \
+ $()
+
+BROADCOM_FILES = \
+ cle/v3d_packet_helpers.h \
+ $()
+