drivers/net/ethernet/hisilicon/hibmcge/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/hisilicon/hibmcge/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/hisilicon/hibmcge/Makefile
Extension
[no extension]
Size
283 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+
#
# Makefile for the HISILICON BMC GE network device drivers.
#

ccflags-y += -I$(src)
obj-$(CONFIG_HIBMCGE) += hibmcge.o

hibmcge-objs = hbg_main.o hbg_hw.o hbg_mdio.o hbg_irq.o hbg_txrx.o hbg_ethtool.o \
		hbg_debugfs.o hbg_err.o hbg_diagnose.o

Annotation

Implementation Notes