]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/ixgbevf/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / intel / ixgbevf / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright(c) 1999 - 2018 Intel Corporation.
3 #
4 # Makefile for the Intel(R) 82599 VF ethernet driver
5 #
6
7 obj-$(CONFIG_IXGBEVF) += ixgbevf.o
8
9 ixgbevf-y := vf.o mbx.o ethtool.o ixgbevf_main.o
10 ixgbevf-$(CONFIG_IXGBEVF_IPSEC) += ipsec.o
This page took 0.029401 seconds and 4 git commands to generate.