Makefile 325 B

1234567891011121314
  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