162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# Copyright(c) 1999 - 2018 Intel Corporation. 362306a36Sopenharmony_ci# 462306a36Sopenharmony_ci# Makefile for the Intel(R) 82599 VF ethernet driver 562306a36Sopenharmony_ci# 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciobj-$(CONFIG_IXGBEVF) += ixgbevf.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciixgbevf-objs := vf.o \ 1062306a36Sopenharmony_ci mbx.o \ 1162306a36Sopenharmony_ci ethtool.o \ 1262306a36Sopenharmony_ci ixgbevf_main.o 1362306a36Sopenharmony_ciixgbevf-$(CONFIG_IXGBEVF_IPSEC) += ipsec.o 1462306a36Sopenharmony_ci 15