aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/stm/Makefile
diff options
context:
space:
mode:
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>2015-09-22 15:47:13 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 20:28:58 +0100
commite3e5a3d3da3e68ac5a7ab0278dffec8353ca8174 (patch)
treee03903eecf899b7697ee37208a73b899278b1927 /drivers/hwtracing/stm/Makefile
parentstm class: dummy_stm: Add dummy driver for testing stm class (diff)
downloadlinux-dev-e3e5a3d3da3e68ac5a7ab0278dffec8353ca8174.tar.xz
linux-dev-e3e5a3d3da3e68ac5a7ab0278dffec8353ca8174.zip
stm class: stm_console: Add kernel-console-over-stm driver
This is a simple stm_source class device driver (kernelspace stm trace source) that registers a console and sends kernel messages over STM devices. Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing/stm/Makefile')
-rw-r--r--drivers/hwtracing/stm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwtracing/stm/Makefile b/drivers/hwtracing/stm/Makefile
index 1b2725fd04d1..f9312c38dd7a 100644
--- a/drivers/hwtracing/stm/Makefile
+++ b/drivers/hwtracing/stm/Makefile
@@ -3,3 +3,7 @@ obj-$(CONFIG_STM) += stm_core.o
stm_core-y := core.o policy.o
obj-$(CONFIG_STM_DUMMY) += dummy_stm.o
+
+obj-$(CONFIG_STM_SOURCE_CONSOLE) += stm_console.o
+
+stm_console-y := console.o