stm class: dummy_stm: Create multiple devices
[deliverable/linux.git] / drivers / hwtracing / stm / Makefile
... / ...
CommitLineData
1obj-$(CONFIG_STM) += stm_core.o
2
3stm_core-y := core.o policy.o
4
5obj-$(CONFIG_STM_DUMMY) += dummy_stm.o
6
7obj-$(CONFIG_STM_SOURCE_CONSOLE) += stm_console.o
8
9stm_console-y := console.o
This page took 0.041543 seconds and 5 git commands to generate.