summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile
blob: 7023dc8780860b836c49cda53b4e54a1754a84d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for the HISILICON network device drivers.
#

ccflags-y := -Idrivers/net/ethernet/hisilicon/hns3

obj-$(CONFIG_HNS3_HCLGE) += hclge.o
hclge-objs = hclge_main.o hclge_cmd.o hclge_mdio.o hclge_tm.o

hclge-$(CONFIG_HNS3_DCB) += hclge_dcb.o

obj-$(CONFIG_HNS3_ENET) += hns3.o
hns3-objs = hns3_enet.o hns3_ethtool.o