summaryrefslogtreecommitdiffstats
path: root/src/broadcom/Makefile.cle.am
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-07-12 13:15:34 -0700
committerEric Anholt <[email protected]>2017-07-25 14:44:52 -0700
commit5b102160ae1b8b8322ab106d454cb69fb563fbed (patch)
tree45658014deeab5af5dce20e3dfa0af3686e69cf7 /src/broadcom/Makefile.cle.am
parent12b55c8e27bbbe59e646f969325c362137eb8fc1 (diff)
broadcom/genxml: Introduce a V3D packet/struct decoder.
This is copied from Intel's XML decoder, modified to handle V3D's byte-oriented packets. v2: Squash in robher's fixes for Android
Diffstat (limited to 'src/broadcom/Makefile.cle.am')
-rw-r--r--src/broadcom/Makefile.cle.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/broadcom/Makefile.cle.am b/src/broadcom/Makefile.cle.am
new file mode 100644
index 00000000000..368826796d2
--- /dev/null
+++ b/src/broadcom/Makefile.cle.am
@@ -0,0 +1,4 @@
+noinst_LTLIBRARIES += cle/libbroadcom_cle.la
+
+cle_libbroadcom_cle_la_CFLAGS = $(AM_CFLAGS)
+cle_libbroadcom_cle_la_SOURCES = $(BROADCOM_DECODER_FILES)