xref: /linux/drivers/net/ethernet/wangxun/txgbevf/Makefile (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
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