blob: 4636757df2a1e20a6c790942c252d421af04f0eb [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
Alexander Shishkinba826642015-09-22 15:47:18 +030013
14obj-$(CONFIG_INTEL_TH_MSU) += intel_th_msu.o
15intel_th_msu-y := msu.o