mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-22 17:43:52 +00:00
Get PCI config space info, set LAN id and check flash status. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
179 B
Makefile
9 lines
179 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_NGBE) += ngbe/
|