aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/stm/Makefile
blob: a9ce3d487e5787d18eafddd06fa1be1b611ce457 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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

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