drivers/net/ethernet/marvell/octeon_ep_vf/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/marvell/octeon_ep_vf/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/marvell/octeon_ep_vf/Makefile
Extension
[no extension]
Size
285 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/net
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
#
# Network driver for Marvell's Octeon PCI Endpoint NIC VF
#

obj-$(CONFIG_OCTEON_EP_VF) += octeon_ep_vf.o

octeon_ep_vf-y := octep_vf_main.o octep_vf_cn9k.o octep_vf_cnxk.o \
		  octep_vf_tx.o octep_vf_rx.o octep_vf_mbox.o \
		  octep_vf_ethtool.o

Annotation

Implementation Notes