drivers/net/ethernet/meta/fbnic/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/meta/fbnic/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/meta/fbnic/Makefile
Extension
[no extension]
Size
555 bytes
Lines
29
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) Meta Platforms, Inc. and affiliates.

#
# Makefile for the Meta(R) Host Network Interface
#

obj-$(CONFIG_FBNIC) += fbnic.o

fbnic-y := fbnic_csr.o \
	   fbnic_debugfs.o \
	   fbnic_devlink.o \
	   fbnic_ethtool.o \
	   fbnic_fw.o \
	   fbnic_fw_log.o \
	   fbnic_hw_stats.o \
	   fbnic_hwmon.o \
	   fbnic_irq.o \
	   fbnic_mac.o \
	   fbnic_netdev.o \
	   fbnic_pci.o \
	   fbnic_phylink.o \
	   fbnic_rpc.o \
	   fbnic_mdio.o \
	   fbnic_time.o \
	   fbnic_tlv.o \
	   fbnic_txrx.o \
# End of objects

Annotation

Implementation Notes