drivers/mtd/nand/onenand/Makefile

Source file repositories/reference/linux-study-clean/drivers/mtd/nand/onenand/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/mtd/nand/onenand/Makefile
Extension
[no extension]
Size
357 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/mtd
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 the OneNAND MTD
#

# Core functionality.
obj-$(CONFIG_MTD_ONENAND)		+= onenand.o

# Board specific.
obj-$(CONFIG_MTD_ONENAND_GENERIC)	+= generic.o
obj-$(CONFIG_MTD_ONENAND_OMAP2)		+= onenand_omap2.o
obj-$(CONFIG_MTD_ONENAND_SAMSUNG)       += onenand_samsung.o

onenand-objs = onenand_base.o onenand_bbt.o

Annotation

Implementation Notes