linux-zen-desktop/drivers/net/ethernet/wangxun/txgbe/Makefile

13 lines
315 B
Makefile
Raw Normal View History

2023-08-30 17:31:07 +02:00
# 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 \
2023-10-24 12:59:35 +02:00
txgbe_phy.o \
2023-08-30 17:31:07 +02:00
txgbe_ethtool.o