diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2015-09-22 15:47:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 20:28:58 +0100 |
commit | f04e449fc76e7bfd1b8ed11967ab092d05355b6b (patch) | |
tree | 326223d2f133c1892bd4a4156e2e97b5ed609b9a /drivers/hwtracing/intel_th/Makefile | |
parent | b27a6a3f97b90f05ed145f553de46d5d9d47d78d (diff) | |
download | linux-f04e449fc76e7bfd1b8ed11967ab092d05355b6b.tar.gz linux-f04e449fc76e7bfd1b8ed11967ab092d05355b6b.tar.xz |
intel_th: Add Software Trace Hub driver
Software Trace Hub (STH) is a trace source device in the Intel TH
architecture, it generates data that then goes through the switch into
one or several output ports.
STH collects data from software sources using the stm device class
abstraction.
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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/Makefile b/drivers/hwtracing/intel_th/Makefile index 8608c972a617..8c45e9fa6fc0 100644 --- a/drivers/hwtracing/intel_th/Makefile +++ b/drivers/hwtracing/intel_th/Makefile @@ -7,3 +7,6 @@ intel_th_pci-y := pci.o obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o intel_th_gth-y := gth.o + +obj-$(CONFIG_INTEL_TH_STH) += intel_th_sth.o +intel_th_sth-y := sth.o |