Alexander Shishkin | 39f4034 | 2015-09-22 15:47:14 +0300 | [diff] [blame] | 1 | obj-$(CONFIG_INTEL_TH) += intel_th.o |
| 2 | intel_th-y := core.o |
| 3 | intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o |
Alexander Shishkin | 2b0b16d | 2015-09-22 15:47:15 +0300 | [diff] [blame] | 4 | |
| 5 | obj-$(CONFIG_INTEL_TH_PCI) += intel_th_pci.o |
| 6 | intel_th_pci-y := pci.o |
Alexander Shishkin | b27a6a3 | 2015-09-22 15:47:16 +0300 | [diff] [blame] | 7 | |
| 8 | obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o |
| 9 | intel_th_gth-y := gth.o |
Alexander Shishkin | f04e449 | 2015-09-22 15:47:17 +0300 | [diff] [blame] | 10 | |
| 11 | obj-$(CONFIG_INTEL_TH_STH) += intel_th_sth.o |
| 12 | intel_th_sth-y := sth.o |
Alexander Shishkin | ba82664 | 2015-09-22 15:47:18 +0300 | [diff] [blame] | 13 | |
| 14 | obj-$(CONFIG_INTEL_TH_MSU) += intel_th_msu.o |
| 15 | intel_th_msu-y := msu.o |
Alexander Shishkin | 14cdbf0 | 2015-09-22 15:47:19 +0300 | [diff] [blame] | 16 | |
| 17 | obj-$(CONFIG_INTEL_TH_PTI) += intel_th_pti.o |
| 18 | intel_th_pti-y := pti.o |