Merge remote-tracking branch 'usb-chipidea-next/ci-for-usb-next'
[deliverable/linux.git] / drivers / hwtracing / stm / Makefile
CommitLineData
7bd1d409
AS
1obj-$(CONFIG_STM) += stm_core.o
2
3stm_core-y := core.o policy.o
2c415381
AS
4
5obj-$(CONFIG_STM_DUMMY) += dummy_stm.o
e3e5a3d3
AS
6
7obj-$(CONFIG_STM_SOURCE_CONSOLE) += stm_console.o
11929185 8obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o
e3e5a3d3
AS
9
10stm_console-y := console.o
11929185 11stm_heartbeat-y := heartbeat.o
This page took 0.167983 seconds and 5 git commands to generate.