xref: /linux/drivers/net/ethernet/hisilicon/hns3/Makefile (revision 0d3b051adbb72ed81956447d0d1e54d5943ee6f5)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Makefile for the HISILICON network device drivers.
4#
5
6ccflags-y += -I$(srctree)/$(src)
7
8obj-$(CONFIG_HNS3) += hns3pf/
9obj-$(CONFIG_HNS3) += hns3vf/
10
11obj-$(CONFIG_HNS3) += hnae3.o
12
13obj-$(CONFIG_HNS3_ENET) += hns3.o
14hns3-objs = hns3_enet.o hns3_ethtool.o hns3_debugfs.o
15
16hns3-$(CONFIG_HNS3_DCB) += hns3_dcbnl.o
17