brintos

brintos / linux-shallow public Read only

0
0
Text · 663 B · b63eb8f Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_INTEL_TH)		+= intel_th.o3intel_th-y			:= core.o4intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o5 6obj-$(CONFIG_INTEL_TH_PCI)	+= intel_th_pci.o7intel_th_pci-y			:= pci.o8 9obj-$(CONFIG_INTEL_TH_ACPI)	+= intel_th_acpi.o10intel_th_acpi-y			:= acpi.o11 12obj-$(CONFIG_INTEL_TH_GTH)	+= intel_th_gth.o13intel_th_gth-y			:= gth.o14 15obj-$(CONFIG_INTEL_TH_STH)	+= intel_th_sth.o16intel_th_sth-y			:= sth.o17 18obj-$(CONFIG_INTEL_TH_MSU)	+= intel_th_msu.o19intel_th_msu-y			:= msu.o20 21obj-$(CONFIG_INTEL_TH_PTI)	+= intel_th_pti.o22intel_th_pti-y			:= pti.o23 24obj-$(CONFIG_INTEL_TH_MSU)	+= intel_th_msu_sink.o25intel_th_msu_sink-y		:= msu-sink.o26