drivers/infiniband/hw/ionic/Makefile

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/ionic/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/ionic/Makefile
Extension
[no extension]
Size
297 bytes
Lines
10
Domain
Driver Families
Bucket
drivers/infiniband
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

ccflags-y :=  -I $(srctree)/drivers/net/ethernet/pensando/ionic

obj-$(CONFIG_INFINIBAND_IONIC)	+= ionic_rdma.o

ionic_rdma-y :=	\
	ionic_ibdev.o ionic_lif_cfg.o ionic_queue.o ionic_pgtbl.o ionic_admin.o \
	ionic_controlpath.o ionic_datapath.o ionic_hw_stats.o

Annotation

Implementation Notes