drivers/net/ethernet/intel/iavf/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/intel/iavf/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/intel/iavf/Makefile
Extension
[no extension]
Size
419 bytes
Lines
18
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
# Copyright(c) 2013 - 2018 Intel Corporation.
#
# Makefile for the Intel(R) Ethernet Adaptive Virtual Function (iavf)
# driver
#
#

ccflags-y += -I$(src)
subdir-ccflags-y += -I$(src)

obj-$(CONFIG_IAVF) += iavf.o

iavf-y := iavf_main.o iavf_ethtool.o iavf_virtchnl.o iavf_fdir.o \
	  iavf_adv_rss.o iavf_txrx.o iavf_common.o iavf_adminq.o

iavf-$(CONFIG_PTP_1588_CLOCK) += iavf_ptp.o

Annotation

Implementation Notes