xref: /linux/drivers/net/ethernet/hisilicon/hibmcge/Makefile (revision 95f68e06b41b9e88291796efa3969409d13fdd4c)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Makefile for the HISILICON BMC GE network device drivers.
4#
5
6obj-$(CONFIG_HIBMCGE) += hibmcge.o
7
8hibmcge-objs = hbg_main.o hbg_hw.o hbg_mdio.o hbg_irq.o hbg_txrx.o hbg_ethtool.o \
9		hbg_debugfs.o hbg_err.o
10