xref: /linux/drivers/net/ethernet/hisilicon/hibmcge/Makefile (revision 60675d4ca1ef0857e44eba5849b74a3a998d0c0f)
1*81e176deSJijie Shao# SPDX-License-Identifier: GPL-2.0+
2*81e176deSJijie Shao#
3*81e176deSJijie Shao# Makefile for the HISILICON BMC GE network device drivers.
4*81e176deSJijie Shao#
5*81e176deSJijie Shao
6*81e176deSJijie Shaoobj-$(CONFIG_HIBMCGE) += hibmcge.o
7*81e176deSJijie Shao
8*81e176deSJijie Shaohibmcge-objs = hbg_main.o hbg_hw.o hbg_mdio.o hbg_irq.o hbg_txrx.o hbg_ethtool.o
9