10 lines
226 B
Makefile
10 lines
226 B
Makefile
# 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
|