0001
0002
0003
0004
0005
0006
0007
0008 ccflags-y += -I$(src)
0009 subdir-ccflags-y += -I$(src)
0010
0011 obj-$(CONFIG_I40E) += i40e.o
0012
0013 i40e-objs := i40e_main.o \
0014 i40e_ethtool.o \
0015 i40e_adminq.o \
0016 i40e_common.o \
0017 i40e_hmc.o \
0018 i40e_lan_hmc.o \
0019 i40e_nvm.o \
0020 i40e_debugfs.o \
0021 i40e_diag.o \
0022 i40e_txrx.o \
0023 i40e_ptp.o \
0024 i40e_ddp.o \
0025 i40e_client.o \
0026 i40e_virtchnl_pf.o \
0027 i40e_xsk.o
0028
0029 i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o