101081f5aSMathieu Poirier# 201081f5aSMathieu Poirier# Makefile for CoreSight drivers. 301081f5aSMathieu Poirier# 401081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT) += coresight.o 501081f5aSMathieu Poirierobj-$(CONFIG_OF) += of_coresight.o 601081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o 701081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT_SINK_TPIU) += coresight-tpiu.o 801081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT_SINK_ETBV10) += coresight-etb10.o 901081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT_LINKS_AND_SINKS) += coresight-funnel.o \ 1001081f5aSMathieu Poirier coresight-replicator.o 1101081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT_SOURCE_ETM3X) += coresight-etm3x.o coresight-etm-cp14.o 122e1cdfe1SPratik Patelobj-$(CONFIG_CORESIGHT_SOURCE_ETM4X) += coresight-etm4x.o 13*620cf787SPratik Patelobj-$(CONFIG_CORESIGHT_QCOM_REPLICATOR) += coresight-replicator-qcom.o 14