mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
ed13f622bc
In the event of a BIOS bug add infrastructure that will be utilized to override the return value for supported_funcs to avoid enabling features. Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20240410140956.385-2-mario.limonciello@amd.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
11 lines
252 B
Makefile
11 lines
252 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for linux/drivers/platform/x86/amd/pmf
|
|
# AMD Platform Management Framework
|
|
#
|
|
|
|
obj-$(CONFIG_AMD_PMF) += amd-pmf.o
|
|
amd-pmf-objs := core.o acpi.o sps.o \
|
|
auto-mode.o cnqf.o \
|
|
tee-if.o spc.o pmf-quirks.o
|