10 lines
237 B
Makefile
10 lines
237 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2015 - 2025 Beijing WangXun Technology Co., Ltd.
|
|
#
|
|
# Makefile for the Wangxun(R) 10/25/40GbE virtual functions driver
|
|
#
|
|
|
|
obj-$(CONFIG_TXGBE) += txgbevf.o
|
|
|
|
txgbevf-objs := txgbevf_main.o
|