xref: /linux/drivers/net/ethernet/hisilicon/Makefile (revision e08a1d97d33e2ac05cd368b955f9fdc2823f15fd)
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_HISI_FEMAC) += hisi_femac.o
10