mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
15e8e5ffd6
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>
8 lines
119 B
Makefile
8 lines
119 B
Makefile
#
|
|
# Makefile for the HISILICON network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_HNS3) += hns3pf/
|
|
|
|
obj-$(CONFIG_HNS3) += hnae3.o
|