drivers/net/ethernet/intel/libeth/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/intel/libeth/Makefile
Extension
[no extension]
Size
249 bytes
Lines
13
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-only
# Copyright (C) 2024-2025 Intel Corporation

obj-$(CONFIG_LIBETH)		+= libeth.o

libeth-y			:= rx.o
libeth-y			+= tx.o

obj-$(CONFIG_LIBETH_XDP)	+= libeth_xdp.o

libeth_xdp-y			+= xdp.o
libeth_xdp-y			+= xsk.o

Annotation

Implementation Notes