lineage_kernel_xcoverpro/drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile

12 lines
282 B
Makefile
Raw Normal View History

2023-06-18 22:53:49 +00:00
#
# Makefile for the HISILICON network device drivers.
#
ccflags-y := -Idrivers/net/ethernet/hisilicon/hns3
obj-$(CONFIG_HNS3_HCLGE) += hclge.o
hclge-objs = hclge_main.o hclge_cmd.o hclge_mdio.o hclge_tm.o
obj-$(CONFIG_HNS3_ENET) += hns3.o
hns3-objs = hns3_enet.o hns3_ethtool.o