mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-24 21:13:24 +00:00

Add doc build infrastructure for ngbevf driver. Implement the basic PCI driver loading and unloading interface. Initialize the id_table which support 1G virtual functions for Wangxun. Signed-off-by: Mengyuan Lou <mengyuanlou@net-swift.com> Link: https://patch.msgid.link/20250704094923.652-10-mengyuanlou@net-swift.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
10 lines
226 B
Makefile
10 lines
226 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2015 - 2025 Beijing WangXun Technology Co., Ltd.
|
|
#
|
|
# Makefile for the Wangxun(R) 1GbE virtual functions driver
|
|
#
|
|
|
|
obj-$(CONFIG_NGBE) += ngbevf.o
|
|
|
|
ngbevf-objs := ngbevf_main.o
|