summaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-04 09:19:06 -0500
committerMarge Bot <[email protected]>2020-03-05 14:35:38 +0000
commit5d16a8109c88c869ce17e6b680e2922bb983caa6 (patch)
tree06ec66e4c493a85934156da74e0e95fea469d82d /src/panfrost/Makefile.sources
parent5f7a3ba872c90afc251035f24f7fc7faf6498fe3 (diff)
pan/bi: Add BIR manipulation routines to bir.c
New file. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r--src/panfrost/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
index 5893fac91aa..06ec8a8eb56 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -6,6 +6,7 @@ bifrost_FILES := \
bifrost/bi_print.c \
bifrost/bi_print.h \
bifrost/bi_quirks.c \
+ bifrost/bir.c \
bifrost/compiler.h \
bifrost/cmdline.c \
bifrost/disassemble.c \