forked from Minki/linux
3ce7547e5b
Add doc build infrastructure for txgbe driver. Initialize PCI memory space for WangXun 10 Gigabit Ethernet devices. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Link: https://lore.kernel.org/r/20220628095530.889344-1-jiawenwu@trustnetic.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
7 lines
121 B
Makefile
7 lines
121 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Wangxun network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_TXGBE) += txgbe/
|