aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/Makefile
diff options
context:
space:
mode:
authorSalil <salil.mehta@huawei.com>2017-08-02 16:59:52 +0100
committerDavid S. Miller <davem@davemloft.net>2017-08-03 15:08:18 -0700
commit15e8e5ffd624702ba2fa0d27566069922561ae95 (patch)
tree1ae838d0e8244c45dcafe12c959f69cfd2677d2f /drivers/net/ethernet/hisilicon/Makefile
parentnet: hns3: Add Ethtool support to HNS3 driver (diff)
downloadlinux-dev-15e8e5ffd624702ba2fa0d27566069922561ae95.tar.xz
linux-dev-15e8e5ffd624702ba2fa0d27566069922561ae95.zip
net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS
This patch updates the MAINTAINERS file with HNS3 Ethernet driver maintainers names and other details. This also introduces the new Makefiles required to build the HNS3 Ethernet driver and updates the existing Kconfig file in the hisilicon folder. Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/Makefile')
-rw-r--r--drivers/net/ethernet/hisilicon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/Makefile b/drivers/net/ethernet/hisilicon/Makefile
index 8661695024dc..3828c435c18f 100644
--- a/drivers/net/ethernet/hisilicon/Makefile
+++ b/drivers/net/ethernet/hisilicon/Makefile
@@ -6,4 +6,5 @@ obj-$(CONFIG_HIX5HD2_GMAC) += hix5hd2_gmac.o
obj-$(CONFIG_HIP04_ETH) += hip04_eth.o
obj-$(CONFIG_HNS_MDIO) += hns_mdio.o
obj-$(CONFIG_HNS) += hns/
+obj-$(CONFIG_HNS3) += hns3/
obj-$(CONFIG_HISI_FEMAC) += hisi_femac.o