summaryrefslogtreecommitdiff
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r--src/panfrost/Makefile.sources10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
index 4c817dc1d58..0eda6acfb06 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -21,6 +21,8 @@ bifrost_FILES := \
bifrost/disassemble.h
lib_FILES := \
+ lib/decode_common.c \
+ lib/decode.c \
lib/pan_afbc.c \
lib/pan_attributes.c \
lib/pan_bo.c \
@@ -78,14 +80,6 @@ shared_FILES := \
shared/pan_minmax_cache.h \
shared/pan_tiling.h \
-pandecode_FILES := \
- pandecode/common.c \
- pandecode/decode.c \
- pandecode/decode.h \
- pandecode/pan_pretty_print.c \
- pandecode/pan_pretty_print.h \
- pandecode/public.h
-
util_FILES := \
util/lcra.c \
util/lcra.h \