aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwtracing/stm/Makefile
blob: 3abd84ce13d43960c09dc5a0f0136ebf9794944b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
obj-$(CONFIG_STM_SOURCE_HEARTBEAT)	+= stm_heartbeat.o
obj-$(CONFIG_STM_SOURCE_FTRACE)		+= stm_ftrace.o

stm_console-y		:= console.o
stm_heartbeat-y		:= heartbeat.o
stm_ftrace-y		:= ftrace.o