/drivers/net/ethernet/intel/ixgbevf/Makefile
http://github.com/mirrors/linux · Makefile · 14 lines · 6 code · 3 blank · 5 comment · 0 complexity · 440b495d194b6e63e9bbcc3383c53b0a MD5 · raw file
- # SPDX-License-Identifier: GPL-2.0
- # Copyright(c) 1999 - 2018 Intel Corporation.
- #
- # Makefile for the Intel(R) 82599 VF ethernet driver
- #
- obj-$(CONFIG_IXGBEVF) += ixgbevf.o
- ixgbevf-objs := vf.o \
- mbx.o \
- ethtool.o \
- ixgbevf_main.o
- ixgbevf-$(CONFIG_IXGBEVF_IPSEC) += ipsec.o