/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/drivers/net/ethernet/hisilicon/hns3
NameSizeModeActions
hns3pf/-0755rm
hns3vf/-0755rm
Makefile3000644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/drivers/net/ethernet/hisilicon/hns3/Makefile (300B)
# SPDX-License-Identifier: GPL-2.0+ # # Makefile for the HISILICON network device drivers. # obj-$(CONFIG_HNS3) += hns3pf/ obj-$(CONFIG_HNS3) += hns3vf/ obj-$(CONFIG_HNS3) += hnae3.o obj-$(CONFIG_HNS3_ENET) += hns3.o hns3-objs = hns3_enet.o hns3_ethtool.o hns3-$(CONFIG_HNS3_DCB) += hns3_dcbnl.o