summaryrefslogblamecommitdiff
path: root/drivers/hwtracing/stm/Makefile
blob: 3abd84ce13d43960c09dc5a0f0136ebf9794944b (plain) (tree)
1
2
3
4
5
6
7
8
9


                                          

                                      

                                                        
                                                          
                                                       

                                    
                                      
                                   
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