android: panfrost: Move pandecode into lib/
[mesa.git] / src / panfrost / Makefile.sources
index 4c817dc1d58d2bb5b2baf022baa4ab8ff9d875b4..0eda6acfb06e0472c36ff38fc7096a52a5d9f8b8 100644 (file)
@@ -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 \