summaryrefslogtreecommitdiffstats
path: root/src/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-11-14 14:54:44 -0500
committerRob Clark <[email protected]>2019-02-16 16:27:59 -0500
commit42af0640f647f6d128cdaa28dd7efae45e9c724e (patch)
tree0f53e77fa91351b7dbef908d983a6e486e79e3a1 /src/freedreno/Makefile.sources
parentaefdb9bed24d5d73c130acd6cd7fc80abb913bdf (diff)
freedreno/ir3: split out image helpers
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r--src/freedreno/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index 7fea9de39ef..36841a98fe4 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -27,6 +27,8 @@ ir3_SOURCES := \
ir3/ir3_cp.c \
ir3/ir3_depth.c \
ir3/ir3_group.c \
+ ir3/ir3_image.c \
+ ir3/ir3_image.h \
ir3/ir3.h \
ir3/ir3_legalize.c \
ir3/ir3_nir.c \