mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
In order to change the interrupt response structure, there will be a lot of code added next. Move these interrupt codes to a new file, to make the codes cleaner. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
343 B
Makefile
14 lines
343 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 \
|
|
txgbe_phy.o \
|
|
txgbe_irq.o \
|
|
txgbe_ethtool.o
|