xref: /linux/drivers/net/ethernet/wangxun/txgbevf/Makefile (revision d30c1683aaecb93d2ab95685dc4300a33d3cea7a)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) 2015 - 2025 Beijing WangXun Technology Co., Ltd.
3#
4# Makefile for the Wangxun(R) 10/25/40GbE virtual functions driver
5#
6
7obj-$(CONFIG_TXGBE) += txgbevf.o
8
9txgbevf-objs := txgbevf_main.o
10