blob: 8c45e9fa6fc02e84ef9323505e80d78cb559b711 [file] [log] [blame]
Alexander Shishkin39f40342015-09-22 15:47:14 +03001obj-$(CONFIG_INTEL_TH) += intel_th.o
2intel_th-y := core.o
3intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
Alexander Shishkin2b0b16d2015-09-22 15:47:15 +03004
5obj-$(CONFIG_INTEL_TH_PCI) += intel_th_pci.o
6intel_th_pci-y := pci.o
Alexander Shishkinb27a6a32015-09-22 15:47:16 +03007
8obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o
9intel_th_gth-y := gth.o
Alexander Shishkinf04e4492015-09-22 15:47:17 +030010
11obj-$(CONFIG_INTEL_TH_STH) += intel_th_sth.o
12intel_th_sth-y := sth.o