summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile
diff options
context:
space:
mode:
authorYunsheng Lin2017-09-27 03:45:30 +0200
committerDavid S. Miller2017-09-28 19:35:12 +0200
commit986743dbf0a70211bba594b5abee33b6661feaa9 (patch)
tree10c8aa6782996d03bdab86c90a42e74b7dc40066 /drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile
parentnet: hns3: Add hclge_dcb module for the support of DCB feature (diff)
downloadkernel-qcow2-linux-986743dbf0a70211bba594b5abee33b6661feaa9.tar.gz
kernel-qcow2-linux-986743dbf0a70211bba594b5abee33b6661feaa9.tar.xz
kernel-qcow2-linux-986743dbf0a70211bba594b5abee33b6661feaa9.zip
net: hns3: Add dcb netlink interface for the support of DCB feature
This patch add dcb netlink interface by calling the interface from hclge_dcb module. This patch also update Makefile in order to build hns3_dcbnl module. Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile')
-rw-r--r--drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile b/drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile
index 7023dc878086..d2b20d01a58c 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile
@@ -11,3 +11,5 @@ hclge-$(CONFIG_HNS3_DCB) += hclge_dcb.o
obj-$(CONFIG_HNS3_ENET) += hns3.o
hns3-objs = hns3_enet.o hns3_ethtool.o
+
+hns3-$(CONFIG_HNS3_DCB) += hns3_dcbnl.o