a34b3e6ed8
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/
|