# SPDX-License-Identifier: GPL-2.0 | |
# | |
# Makefile for linux/drivers/platform/x86/intel/uncore-frequency | |
# | |
obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += intel-uncore-frequency.o | |
intel-uncore-frequency-y := uncore-frequency.o | |
obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += intel-uncore-frequency-common.o | |
intel-uncore-frequency-common-y := uncore-frequency-common.o | |
obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL_TPMI) += intel-uncore-frequency-tpmi.o | |
intel-uncore-frequency-tpmi-y := uncore-frequency-tpmi.o |