/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

  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. obj-$(CONFIG_IXGBEVF) += ixgbevf.o
  7. ixgbevf-objs := vf.o \
  8. mbx.o \
  9. ethtool.o \
  10. ixgbevf_main.o
  11. ixgbevf-$(CONFIG_IXGBEVF_IPSEC) += ipsec.o