xref: /openbmc/linux/drivers/net/ethernet/hisilicon/Makefile (revision 28efb0046512e8a13ed9f9bdf0d68d10bbfbe9cf)
1#
2# Makefile for the HISILICON network device drivers.
3#
4
5obj-$(CONFIG_HIX5HD2_GMAC) += hix5hd2_gmac.o
6obj-$(CONFIG_HIP04_ETH) += hip04_eth.o
7obj-$(CONFIG_HNS_MDIO) += hns_mdio.o
8obj-$(CONFIG_HNS) += hns/
9obj-$(CONFIG_HNS3) += hns3/
10obj-$(CONFIG_HISI_FEMAC) += hisi_femac.o
11