summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnge/Makefile
blob: 6142d9c57f49251affdd66aa6f3b055d5a895989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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