1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile to build the network driver for ServerEngine's BladeEngine.
4#
5
6obj-$(CONFIG_BE2NET) += be2net.o
7
8be2net-y :=  be_main.o be_cmds.o be_ethtool.o be_roce.o
9