summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-07-18 09:42:29 -0400
committerRob Clark <[email protected]>2018-07-18 10:19:03 -0400
commitcbad8f3cc0aade2585abacbb616002b03a1428e5 (patch)
tree4708767fcc5ec0b9ef5bf16573acb5e9e910335e /src/gallium/drivers/freedreno/Makefile.sources
parent33af91dc07efcc2ca52200570a297de33c18a5f7 (diff)
freedreno/a5xx: perfmance counters
AMD_performance_monitor support Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources
index f3b1abd998a..328cbdfbf94 100644
--- a/src/gallium/drivers/freedreno/Makefile.sources
+++ b/src/gallium/drivers/freedreno/Makefile.sources
@@ -145,6 +145,7 @@ a5xx_SOURCES := \
a5xx/fd5_gmem.h \
a5xx/fd5_image.c \
a5xx/fd5_image.h \
+ a5xx/fd5_perfcntr.c \
a5xx/fd5_program.c \
a5xx/fd5_program.h \
a5xx/fd5_query.c \