brintos

brintos / linux-shallow public Read only

0
0
Text · 494 B · 08ff574 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for linux/drivers/platform/x86/intel/uncore-frequency4#5 6obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL)	+= intel-uncore-frequency.o7intel-uncore-frequency-y		:= uncore-frequency.o8obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL)	+= intel-uncore-frequency-common.o9intel-uncore-frequency-common-y		:= uncore-frequency-common.o10obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL_TPMI)	+= intel-uncore-frequency-tpmi.o11intel-uncore-frequency-tpmi-y		:= uncore-frequency-tpmi.o12