License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / hwtracing / stm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
7bd1d409
AS
2obj-$(CONFIG_STM) += stm_core.o
3
4stm_core-y := core.o policy.o
2c415381
AS
5
6obj-$(CONFIG_STM_DUMMY) += dummy_stm.o
e3e5a3d3
AS
7
8obj-$(CONFIG_STM_SOURCE_CONSOLE) += stm_console.o
11929185 9obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o
262e1f6e 10obj-$(CONFIG_STM_SOURCE_FTRACE) += stm_ftrace.o
e3e5a3d3
AS
11
12stm_console-y := console.o
11929185 13stm_heartbeat-y := heartbeat.o
262e1f6e 14stm_ftrace-y := ftrace.o