13 lines
242 B
Makefile
13 lines
242 B
Makefile
# 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
|