blob: 11a4f15e2ce38c57f3283158a5a76694e8b62cbe (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 - 2025 Beijing WangXun Technology Co., Ltd.
#
# Makefile for the Wangxun(R) 1GbE virtual functions driver
#
obj-$(CONFIG_NGBE) += ngbevf.o
ngbevf-objs := ngbevf_main.o
|