mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
Reset and initialize the hardware by configuring the MAC layer. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
255 B
Makefile
11 lines
255 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd.
|
|
#
|
|
# Makefile for the Wangxun(R) 10GbE PCI Express ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_TXGBE) += txgbe.o
|
|
|
|
txgbe-objs := txgbe_main.o \
|
|
txgbe_hw.o
|