Makefile 519 B

12345678910111213141516171819202122232425262728
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Copyright(c) 2013 - 2018 Intel Corporation.
  3. #
  4. # Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver
  5. #
  6. ccflags-y += -I$(src)
  7. subdir-ccflags-y += -I$(src)
  8. obj-$(CONFIG_I40E) += i40e.o
  9. i40e-objs := i40e_main.o \
  10. i40e_ethtool.o \
  11. i40e_adminq.o \
  12. i40e_common.o \
  13. i40e_hmc.o \
  14. i40e_lan_hmc.o \
  15. i40e_nvm.o \
  16. i40e_debugfs.o \
  17. i40e_diag.o \
  18. i40e_txrx.o \
  19. i40e_ptp.o \
  20. i40e_client.o \
  21. i40e_virtchnl_pf.o
  22. i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o