# 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
