mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 04:05:21 +07:00
e963cb789a
This patch introduces the new Makefiles and updates existing Makefiles required to build the HNS3 Virtual Function driver. This also updates the Kconfig for introduction of new menuconfig entries related to VF driver. Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: lipeng <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
243 B
Makefile
9 lines
243 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile for the HISILICON network device drivers.
|
|
#
|
|
|
|
ccflags-y := -Idrivers/net/ethernet/hisilicon/hns3
|
|
|
|
obj-$(CONFIG_HNS3_HCLGEVF) += hclgevf.o
|
|
hclgevf-objs = hclgevf_main.o hclgevf_cmd.o hclgevf_mbx.o
|