Linux-6.18.2/drivers/net/ethernet/broadcom/bnge/Makefile

13 lines
242 B
Makefile
Raw Permalink Normal View History

2025-12-23 20:05:50 +08:00
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_BNGE) += bng_en.o
bng_en-y := bnge_core.o \
bnge_devlink.o \
bnge_hwrm.o \
bnge_hwrm_lib.o \
bnge_rmem.o \
bnge_resc.o \
bnge_netdev.o \
bnge_ethtool.o