Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / hwtracing / coresight / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for CoreSight drivers.
4 #
5 obj-$(CONFIG_CORESIGHT) += coresight.o
6 coresight-y := coresight-core.o  coresight-etm-perf.o coresight-platform.o \
7                 coresight-sysfs.o
8 obj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o
9 coresight-tmc-y := coresight-tmc-core.o coresight-tmc-etf.o \
10                       coresight-tmc-etr.o
11 obj-$(CONFIG_CORESIGHT_SINK_TPIU) += coresight-tpiu.o
12 obj-$(CONFIG_CORESIGHT_SINK_ETBV10) += coresight-etb10.o
13 obj-$(CONFIG_CORESIGHT_LINKS_AND_SINKS) += coresight-funnel.o \
14                                            coresight-replicator.o
15 obj-$(CONFIG_CORESIGHT_SOURCE_ETM3X) += coresight-etm3x.o
16 coresight-etm3x-y := coresight-etm3x-core.o coresight-etm-cp14.o \
17                      coresight-etm3x-sysfs.o
18 obj-$(CONFIG_CORESIGHT_SOURCE_ETM4X) += coresight-etm4x.o
19 coresight-etm4x-y := coresight-etm4x-core.o coresight-etm4x-sysfs.o
20 obj-$(CONFIG_CORESIGHT_STM) += coresight-stm.o
21 obj-$(CONFIG_CORESIGHT_CPU_DEBUG) += coresight-cpu-debug.o
22 obj-$(CONFIG_CORESIGHT_CATU) += coresight-catu.o
23 obj-$(CONFIG_CORESIGHT_CTI) += coresight-cti.o
24 obj-$(CONFIG_CORESIGHT_TRBE) += coresight-trbe.o
25 coresight-cti-y := coresight-cti-core.o coresight-cti-platform.o \
26                    coresight-cti-sysfs.o