drivers/net/ethernet/intel/igb/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/intel/igb/Makefile
Extension
[no extension]
Size
325 bytes
Lines
12
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) 1999 - 2018 Intel Corporation.
#
# Makefile for the Intel(R) 82575 PCI-Express ethernet driver
#

obj-$(CONFIG_IGB) += igb.o

igb-y := igb_main.o igb_ethtool.o e1000_82575.o \
	 e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \
	 e1000_i210.o igb_ptp.o igb_hwmon.o igb_xsk.o

Annotation

Implementation Notes