DIR:/usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/source/drivers/net/ethernet/hisilicon/hns3/ |
Current File : //usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/source/drivers/net/ethernet/hisilicon/hns3/Makefile |
# SPDX-License-Identifier: GPL-2.0+ # # Makefile for the HISILICON network device drivers. # ccflags-y += -I$(srctree)/$(src) 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_debugfs.o hns3-$(CONFIG_HNS3_DCB) += hns3_dcbnl.o |