kernel/dma/Makefile

Source file repositories/reference/linux-study-clean/kernel/dma/Makefile

File Facts

System
Linux kernel
Corpus path
kernel/dma/Makefile
Extension
[no extension]
Size
465 bytes
Lines
13
Domain
Core OS
Bucket
Scheduler, Processes, Timers, Sync, And Syscalls
Inferred role
Core OS: build/configuration rule
Status
atlas-only

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_HAS_DMA)			+= mapping.o direct.o
obj-$(CONFIG_DMA_OPS_HELPERS)		+= ops_helpers.o
obj-$(CONFIG_ARCH_HAS_DMA_OPS)		+= dummy.o
obj-$(CONFIG_DMA_CMA)			+= contiguous.o
obj-$(CONFIG_DMA_DECLARE_COHERENT)	+= coherent.o
obj-$(CONFIG_DMA_API_DEBUG)		+= debug.o
obj-$(CONFIG_SWIOTLB)			+= swiotlb.o
obj-$(CONFIG_DMA_COHERENT_POOL)		+= pool.o
obj-$(CONFIG_MMU)			+= remap.o
obj-$(CONFIG_DMA_MAP_BENCHMARK)		+= map_benchmark.o

Annotation

Implementation Notes