summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnge/Makefile
blob: 8e07cb307d214f421635ee1892ea02f790aa1dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 \
	    bnge_auxr.o \
	    bnge_txrx.o \
	    bnge_link.o