]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - drivers/hwtracing/stm/Makefile
Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
[mirror_ubuntu-zesty-kernel.git] / drivers / hwtracing / stm / Makefile
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 obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o
9
10 stm_console-y := console.o
11 stm_heartbeat-y := heartbeat.o