ntb: remove unneeded DRIVER_LICENSE #defines
[linux/fpc-iii.git] / drivers / hwtracing / intel_th / Makefile
blob880c9b5e8566b71958d138e8d14edca5abda9bfe
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
6 obj-$(CONFIG_INTEL_TH_PCI) += intel_th_pci.o
7 intel_th_pci-y := pci.o
9 obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o
10 intel_th_gth-y := gth.o
12 obj-$(CONFIG_INTEL_TH_STH) += intel_th_sth.o
13 intel_th_sth-y := sth.o
15 obj-$(CONFIG_INTEL_TH_MSU) += intel_th_msu.o
16 intel_th_msu-y := msu.o
18 obj-$(CONFIG_INTEL_TH_PTI) += intel_th_pti.o
19 intel_th_pti-y := pti.o