mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 13:57:27 +07:00
6fe6611ff2
HNAE (Hisilicon Network Acceleration Engine) is a framework to provide a unified ring buffer interface for Hisilicon Network Acceleration Engines. With the interface, upper layer can work as ethernet driver, ODP driver or other service driver on purpose. Signed-off-by: huangdaode <huangdaode@hisilicon.com> Signed-off-by: Kenneth Lee <liguozhu@huawei.com> Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
205 B
Makefile
9 lines
205 B
Makefile
#
|
|
# Makefile for the HISILICON network device drivers.
|
|
#
|
|
|
|
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/
|