drivers/platform/x86/intel/uncore-frequency/Makefile

Source file repositories/reference/linux-study-clean/drivers/platform/x86/intel/uncore-frequency/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/platform/x86/intel/uncore-frequency/Makefile
Extension
[no extension]
Size
494 bytes
Lines
12
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/intel/uncore-frequency
#

obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL)	+= intel-uncore-frequency.o
intel-uncore-frequency-y		:= uncore-frequency.o
obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL)	+= intel-uncore-frequency-common.o
intel-uncore-frequency-common-y		:= uncore-frequency-common.o
obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL_TPMI)	+= intel-uncore-frequency-tpmi.o
intel-uncore-frequency-tpmi-y		:= uncore-frequency-tpmi.o

Annotation

Implementation Notes