drivers/infiniband/hw/mthca/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/mthca/Makefile
Extension
[no extension]
Size
345 bytes
Lines
9
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
obj-$(CONFIG_INFINIBAND_MTHCA) += ib_mthca.o

ib_mthca-y :=	mthca_main.o mthca_cmd.o mthca_profile.o mthca_reset.o \
		mthca_allocator.o mthca_eq.o mthca_pd.o mthca_cq.o \
		mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
		mthca_provider.o mthca_memfree.o mthca_uar.o mthca_srq.o \
		mthca_catas.o

Annotation

Implementation Notes