summaryrefslogtreecommitdiffstats
path: root/src/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2019-11-19 11:05:59 -0800
committerRob Clark <[email protected]>2019-11-21 20:01:03 +0000
commitb21f03ae7eae95ff99b111ba5907f09bfcfebbc8 (patch)
tree1e0aef11f4965add2f14c50074b733680718b9e2 /src/freedreno/Makefile.sources
parent6727114cba92c6ecaecacc6432e9fe869727beb1 (diff)
freedreno/perfcntrs: move to shared location
This should eventually be useful for VK_KHR_performance_query as well. And in the more near term, for fdperf. Attempt to not break android build is best-effort and untested. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r--src/freedreno/Makefile.sources6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index ccd6708c9bb..ac8c4607fbd 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -52,3 +52,9 @@ ir3_SOURCES := \
ir3_GENERATED_FILES := \
ir3/ir3_nir_trig.c \
ir3/ir3_nir_imul.c
+
+perfcntrs_SOURCES := \
+ perfcntrs/fd2_perfcntr.c \
+ perfcntrs/fd5_perfcntr.c \
+ perfcntrs/fd6_perfcntr.c \
+ perfcntrs/freedreno_perfcntr.h