Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Alexander Shishkin | 39f4034 | 2015-09-22 15:47:14 +0300 | [diff] [blame] | 2 | obj-$(CONFIG_INTEL_TH) += intel_th.o |
| 3 | intel_th-y := core.o |
| 4 | intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o |
Alexander Shishkin | 2b0b16d | 2015-09-22 15:47:15 +0300 | [diff] [blame] | 5 | |
| 6 | obj-$(CONFIG_INTEL_TH_PCI) += intel_th_pci.o |
| 7 | intel_th_pci-y := pci.o |
Alexander Shishkin | b27a6a3 | 2015-09-22 15:47:16 +0300 | [diff] [blame] | 8 | |
Alexander Shishkin | ebc57e3 | 2017-08-23 09:59:55 +0300 | [diff] [blame] | 9 | obj-$(CONFIG_INTEL_TH_ACPI) += intel_th_acpi.o |
| 10 | intel_th_acpi-y := acpi.o |
| 11 | |
Alexander Shishkin | b27a6a3 | 2015-09-22 15:47:16 +0300 | [diff] [blame] | 12 | obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o |
| 13 | intel_th_gth-y := gth.o |
Alexander Shishkin | f04e449 | 2015-09-22 15:47:17 +0300 | [diff] [blame] | 14 | |
| 15 | obj-$(CONFIG_INTEL_TH_STH) += intel_th_sth.o |
| 16 | intel_th_sth-y := sth.o |
Alexander Shishkin | ba82664 | 2015-09-22 15:47:18 +0300 | [diff] [blame] | 17 | |
| 18 | obj-$(CONFIG_INTEL_TH_MSU) += intel_th_msu.o |
| 19 | intel_th_msu-y := msu.o |
Alexander Shishkin | 14cdbf0 | 2015-09-22 15:47:19 +0300 | [diff] [blame] | 20 | |
| 21 | obj-$(CONFIG_INTEL_TH_PTI) += intel_th_pti.o |
| 22 | intel_th_pti-y := pti.o |