]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - drivers/hwtracing/intel_th/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / hwtracing / intel_th / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_INTEL_TH) += intel_th.o
3 intel_th-y := core.o
4 intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
5
6 obj-$(CONFIG_INTEL_TH_PCI) += intel_th_pci.o
7 intel_th_pci-y := pci.o
8
9 obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o
10 intel_th_gth-y := gth.o
11
12 obj-$(CONFIG_INTEL_TH_STH) += intel_th_sth.o
13 intel_th_sth-y := sth.o
14
15 obj-$(CONFIG_INTEL_TH_MSU) += intel_th_msu.o
16 intel_th_msu-y := msu.o
17
18 obj-$(CONFIG_INTEL_TH_PTI) += intel_th_pti.o
19 intel_th_pti-y := pti.o