]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - drivers/hwtracing/intel_th/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-eoan-kernel.git] / drivers / hwtracing / intel_th / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
39f40346
AS
2obj-$(CONFIG_INTEL_TH) += intel_th.o
3intel_th-y := core.o
4intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
2b0b16d3
AS
5
6obj-$(CONFIG_INTEL_TH_PCI) += intel_th_pci.o
7intel_th_pci-y := pci.o
b27a6a3f
AS
8
9obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o
10intel_th_gth-y := gth.o
f04e449f
AS
11
12obj-$(CONFIG_INTEL_TH_STH) += intel_th_sth.o
13intel_th_sth-y := sth.o
ba82664c
AS
14
15obj-$(CONFIG_INTEL_TH_MSU) += intel_th_msu.o
16intel_th_msu-y := msu.o
14cdbf04
AS
17
18obj-$(CONFIG_INTEL_TH_PTI) += intel_th_pti.o
19intel_th_pti-y := pti.o