aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-03 14:27:05 -0500
committerMarge Bot <[email protected]>2020-03-05 14:35:38 +0000
commit0b26cb194cc433a9910247051024bd6468d9b05c (patch)
treeb21a14aad366bdeb7d151f191ab1446563deb19e /src/panfrost/Makefile.sources
parent07228a6895b4b57efaf55e7e6b180e308ceab879 (diff)
pan/bi: Add quirks system
Modeled after the Midgard system. Already we know of two compiler-visible differences between G52 and G71, so let's keep track so we can eventually port the compiler to other Bifrost systems. 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 1099ec528d2..58e72e38841 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -3,6 +3,7 @@ bifrost_FILES := \
bifrost/bifrost_compile.c \
bifrost/bifrost_compile.h \
bifrost/bifrost_tables.c \
+ bifrost/bi_quirks.c \
bifrost/compiler.h \
bifrost/cmdline.c \
bifrost/disassemble.c \