]> Git Repo - linux.git/blob - drivers/platform/x86/intel/uncore-frequency/Makefile
i2c: Fix conditional for substituting empty ACPI functions
[linux.git] / drivers / platform / x86 / intel / uncore-frequency / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for linux/drivers/platform/x86/intel/uncore-frequency
4 #
5
6 obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += intel-uncore-frequency.o
7 intel-uncore-frequency-y                := uncore-frequency.o
8 obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += intel-uncore-frequency-common.o
9 intel-uncore-frequency-common-y         := uncore-frequency-common.o
10 obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL_TPMI)    += intel-uncore-frequency-tpmi.o
11 intel-uncore-frequency-tpmi-y           := uncore-frequency-tpmi.o
This page took 0.039509 seconds and 4 git commands to generate.