15 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd.3#4# Makefile for the Wangxun(R) 10GbE PCI Express ethernet driver5#6 7obj-$(CONFIG_TXGBE) += txgbe.o8 9txgbe-objs := txgbe_main.o \10 txgbe_hw.o \11 txgbe_phy.o \12 txgbe_irq.o \13 txgbe_fdir.o \14 txgbe_ethtool.o15