drivers/infiniband/hw/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/Makefile
Extension
[no extension]
Size
755 bytes
Lines
19
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)		+= mthca/
obj-$(CONFIG_INFINIBAND_CXGB4)		+= cxgb4/
obj-$(CONFIG_INFINIBAND_EFA)		+= efa/
obj-$(CONFIG_INFINIBAND_IRDMA)		+= irdma/
obj-$(CONFIG_MANA_INFINIBAND)		+= mana/
obj-$(CONFIG_MLX4_INFINIBAND)		+= mlx4/
obj-$(CONFIG_MLX5_INFINIBAND)		+= mlx5/
obj-$(CONFIG_INFINIBAND_OCRDMA)		+= ocrdma/
obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA)	+= vmw_pvrdma/
obj-$(CONFIG_INFINIBAND_USNIC)		+= usnic/
obj-$(CONFIG_INFINIBAND_HFI1)		+= hfi1/
obj-$(CONFIG_INFINIBAND_HNS_HIP08)	+= hns/
obj-$(CONFIG_INFINIBAND_QEDR)		+= qedr/
obj-$(CONFIG_INFINIBAND_BNXT_RE)	+= bnxt_re/
obj-$(CONFIG_INFINIBAND_BNG_RE)		+= bng_re/
obj-$(CONFIG_INFINIBAND_ERDMA)		+= erdma/
obj-$(CONFIG_INFINIBAND_IONIC)		+= ionic/

Annotation

Implementation Notes