summaryrefslogtreecommitdiff
path: root/drivers/coresight/Makefile
diff options
context:
space:
mode:
authorPratik Patel <pratikp@codeaurora.org>2014-11-03 18:07:38 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-07 23:19:32 (GMT)
commitfdfc0d8a06b56c3ca8fc3d7d271b3c8e99e6d55c (patch)
treed94e6acbbb9e46dd9454e52bf552413506f02d25 /drivers/coresight/Makefile
parentdc161b9f01142c6b2c985290b7aa3e58e2408036 (diff)
downloadlinux-fdfc0d8a06b56c3ca8fc3d7d271b3c8e99e6d55c.tar.xz
coresight-etb: add CoreSight ETB driver
This driver manages CoreSight ETB (Embedded Trace Buffer) which acts as a circular buffer sink collecting generated trace data. Signed-off-by: Pratik Patel <pratikp@codeaurora.org> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> 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 41ab769..4c43dad 100644
--- a/drivers/coresight/Makefile
+++ b/drivers/coresight/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_CORESIGHT) += coresight.o
obj-$(CONFIG_OF) += of_coresight.o
obj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o
obj-$(CONFIG_CORESIGHT_SINK_TPIU) += coresight-tpiu.o
+obj-$(CONFIG_CORESIGHT_SINK_ETBV10) += coresight-etb10.o