summaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-02 20:38:26 -0500
committerMarge Bot <[email protected]>2020-03-05 14:35:38 +0000
commit7ac62121e037f3d9fbd3612d936ff736835e0b1f (patch)
treeaf2a13d7acc1ab37b9e44ad6ba528e0cc89d67ef /src/panfrost/Makefile.sources
parent230be61f201d07ac95e32a82e688a05eb4093fcc (diff)
pan/bi: Add class properties
We need to keep track of what specific classes support. For now just track floating point modifiers. 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 93b7418737c..1099ec528d2 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -2,6 +2,7 @@ bifrost_FILES := \
bifrost/bifrost.h \
bifrost/bifrost_compile.c \
bifrost/bifrost_compile.h \
+ bifrost/bifrost_tables.c \
bifrost/compiler.h \
bifrost/cmdline.c \
bifrost/disassemble.c \