summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-11-04 12:52:43 -0400
committerRob Clark <[email protected]>2017-11-12 12:28:59 -0500
commitbedbe7f90c811dcf47975008efbd1b54dbdf2756 (patch)
tree4ea5d665f7e5a7178aa0ab9995af1353bdcb9c9d /src/gallium/drivers/freedreno/Makefile.sources
parent819a613ae33410584e13e78e78af82c71716f67d (diff)
freedreno/a5xx: image support
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources
index db716f39d3b..b109a5a7a21 100644
--- a/src/gallium/drivers/freedreno/Makefile.sources
+++ b/src/gallium/drivers/freedreno/Makefile.sources
@@ -138,6 +138,8 @@ a5xx_SOURCES := \
a5xx/fd5_format.h \
a5xx/fd5_gmem.c \
a5xx/fd5_gmem.h \
+ a5xx/fd5_image.c \
+ a5xx/fd5_image.h \
a5xx/fd5_program.c \
a5xx/fd5_program.h \
a5xx/fd5_query.c \