summaryrefslogtreecommitdiff
path: root/drivers/coresight/Makefile
diff options
context:
space:
mode:
authorPratik Patel <pratikp@codeaurora.org>2014-11-03 18:07:41 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-07 23:19:33 (GMT)
commita939fc5a71ad531633610242400c262e78731532 (patch)
tree190da1584d613cb7863443f14ec6332770d74cdb /drivers/coresight/Makefile
parentceacc1d9b7ae41e4be185596306be17537682fb1 (diff)
downloadlinux-a939fc5a71ad531633610242400c262e78731532.tar.xz
coresight-etm: add CoreSight ETM/PTM driver
This driver manages CoreSight ETM (Embedded Trace Macrocell) that supports processor tracing. Currently supported version are ARM ETMv3.x and PTM1.x. Signed-off-by: Pratik Patel <pratikp@codeaurora.org> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> coresight-etm3x: adding missing error checking Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/coresight/Makefile')
-rw-r--r--drivers/coresight/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/coresight/Makefile b/drivers/coresight/Makefile
index 574d5fa..4b4bec8 100644
--- a/drivers/coresight/Makefile
+++ b/drivers/coresight/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_CORESIGHT_SINK_TPIU) += coresight-tpiu.o
obj-$(CONFIG_CORESIGHT_SINK_ETBV10) += coresight-etb10.o
obj-$(CONFIG_CORESIGHT_LINKS_AND_SINKS) += coresight-funnel.o \
coresight-replicator.o
+obj-$(CONFIG_CORESIGHT_SOURCE_ETM3X) += coresight-etm3x.o coresight-etm-cp14.o