aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/intel_th/Makefile
diff options
context:
space:
mode:
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>2015-09-22 15:47:19 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 20:28:58 +0100
commit14cdbf041788f150ec3b323583b80bfd5775f73e (patch)
tree1e0236ddb73b20cfd4ffa047a37dafb4bd470aa9 /drivers/hwtracing/intel_th/Makefile
parentintel_th: Add Memory Storage Unit driver (diff)
downloadlinux-dev-14cdbf041788f150ec3b323583b80bfd5775f73e.tar.xz
linux-dev-14cdbf041788f150ec3b323583b80bfd5775f73e.zip
intel_th: Add PTI output driver
Parallel Trace Interface (PTI) unit is a trace output device that sends data over a PTI port. The driver provides interfaces to configure bus width, bus clock divider and mode. Tracing is enabled via output device's "active" attribute. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing/intel_th/Makefile')
-rw-r--r--drivers/hwtracing/intel_th/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/Makefile b/drivers/hwtracing/intel_th/Makefile
index 4636757df2a1..81d42fe918f7 100644
--- a/drivers/hwtracing/intel_th/Makefile
+++ b/drivers/hwtracing/intel_th/Makefile
@@ -13,3 +13,6 @@ intel_th_sth-y := sth.o
obj-$(CONFIG_INTEL_TH_MSU) += intel_th_msu.o
intel_th_msu-y := msu.o
+
+obj-$(CONFIG_INTEL_TH_PTI) += intel_th_pti.o
+intel_th_pti-y := pti.o