diff options
Diffstat (limited to 'drivers/hwtracing/stm/Makefile')
-rw-r--r-- | drivers/hwtracing/stm/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwtracing/stm/Makefile b/drivers/hwtracing/stm/Makefile new file mode 100644 index 000000000000..f9312c38dd7a --- /dev/null +++ b/drivers/hwtracing/stm/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | obj-$(CONFIG_STM) += stm_core.o | ||
2 | |||
3 | stm_core-y := core.o policy.o | ||
4 | |||
5 | obj-$(CONFIG_STM_DUMMY) += dummy_stm.o | ||
6 | |||
7 | obj-$(CONFIG_STM_SOURCE_CONSOLE) += stm_console.o | ||
8 | |||
9 | stm_console-y := console.o | ||