drivers/platform/x86/amd/pmf/Makefile

Source file repositories/reference/linux-study-clean/drivers/platform/x86/amd/pmf/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/platform/x86/amd/pmf/Makefile
Extension
[no extension]
Size
250 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/platform
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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-y 			:= core.o acpi.o sps.o \
				   auto-mode.o cnqf.o \
				   tee-if.o spc.o

Annotation

Implementation Notes