]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile
Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[mirror_ubuntu-bionic-kernel.git] / drivers / net / ethernet / hisilicon / hns3 / hns3pf / Makefile
1 #
2 # Makefile for the HISILICON network device drivers.
3 #
4
5 ccflags-y := -Idrivers/net/ethernet/hisilicon/hns3
6
7 obj-$(CONFIG_HNS3_HCLGE) += hclge.o
8 hclge-objs = hclge_main.o hclge_cmd.o hclge_mdio.o hclge_tm.o
9
10 hclge-$(CONFIG_HNS3_DCB) += hclge_dcb.o
11
12 obj-$(CONFIG_HNS3_ENET) += hns3.o
13 hns3-objs = hns3_enet.o hns3_ethtool.o
14
15 hns3-$(CONFIG_HNS3_DCB) += hns3_dcbnl.o