]> Git Repo - J-linux.git/blob - drivers/platform/x86/intel/uncore-frequency/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-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.025533 seconds and 4 git commands to generate.