drivers/block/rnbd/Makefile

Source file repositories/reference/linux-study-clean/drivers/block/rnbd/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/block/rnbd/Makefile
Extension
[no extension]
Size
365 bytes
Lines
16
Domain
Driver Families
Bucket
drivers/block
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-or-later

ccflags-y := -I$(srctree)/drivers/infiniband/ulp/rtrs

rnbd-client-y := rnbd-clt.o \
		  rnbd-clt-sysfs.o

CFLAGS_rnbd-srv-trace.o = -I$(src)

rnbd-server-y := rnbd-srv.o \
		  rnbd-srv-sysfs.o \
		  rnbd-srv-trace.o

obj-$(CONFIG_BLK_DEV_RNBD_CLIENT) += rnbd-client.o
obj-$(CONFIG_BLK_DEV_RNBD_SERVER) += rnbd-server.o

Annotation

Implementation Notes