mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 11:32:28 -04: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>
11 lines
245 B
Makefile
11 lines
245 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Wangxun network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_LIBWX) += libwx/
|
|
obj-$(CONFIG_TXGBE) += txgbe/
|
|
obj-$(CONFIG_TXGBEVF) += txgbevf/
|
|
obj-$(CONFIG_NGBE) += ngbe/
|
|
obj-$(CONFIG_NGBEVF) += ngbevf/
|