drivers/platform/x86/amd/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/platform/x86/amd/Makefile
Extension
[no extension]
Size
402 bytes
Lines
15
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 drivers/platform/x86/amd
# AMD x86 Platform-Specific Drivers
#

obj-$(CONFIG_AMD_3D_VCACHE)	+= amd_3d_vcache.o
amd_3d_vcache-y			:= x3d_vcache.o
obj-$(CONFIG_AMD_PMC)		+= pmc/
obj-$(CONFIG_AMD_HSMP)		+= hsmp/
obj-$(CONFIG_AMD_PMF)		+= pmf/
obj-$(CONFIG_AMD_WBRF)		+= wbrf.o
obj-$(CONFIG_AMD_ISP_PLATFORM)	+= amd_isp4.o
obj-$(CONFIG_AMD_HFI)		+= hfi/

Annotation

Implementation Notes