]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/ice/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / intel / ice / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2018, Intel Corporation.
3
4 #
5 # Makefile for the Intel(R) Ethernet Connection E800 Series Linux Driver
6 #
7
8 subdir-ccflags-y += -I$(src)
9 obj-$(CONFIG_ICE) += ice.o
10
11 ice-y := ice_main.o     \
12          ice_controlq.o \
13          ice_common.o   \
14          ice_nvm.o      \
15          ice_switch.o   \
16          ice_sched.o    \
17          ice_base.o     \
18          ice_lib.o      \
19          ice_txrx_lib.o \
20          ice_txrx.o     \
21          ice_fltr.o     \
22          ice_irq.o      \
23          ice_pf_vsi_vlan_ops.o \
24          ice_vsi_vlan_ops.o \
25          ice_vsi_vlan_lib.o \
26          ice_fdir.o     \
27          ice_ethtool_fdir.o \
28          ice_vlan_mode.o \
29          ice_flex_pipe.o \
30          ice_flow.o     \
31          ice_parser.o    \
32          ice_parser_rt.o \
33          ice_idc.o      \
34          devlink/devlink.o      \
35          devlink/devlink_port.o \
36          ice_sf_eth.o   \
37          ice_sf_vsi_vlan_ops.o \
38          ice_ddp.o      \
39          ice_fw_update.o \
40          ice_lag.o      \
41          ice_ethtool.o  \
42          ice_repr.o     \
43          ice_tc_lib.o   \
44          ice_fwlog.o    \
45          ice_debugfs.o  \
46          ice_adapter.o
47 ice-$(CONFIG_PCI_IOV) +=        \
48         ice_sriov.o             \
49         ice_virtchnl.o          \
50         ice_virtchnl_allowlist.o \
51         ice_virtchnl_fdir.o     \
52         ice_vf_mbx.o            \
53         ice_vf_vsi_vlan_ops.o   \
54         ice_vf_lib.o
55 ice-$(CONFIG_PTP_1588_CLOCK) += ice_ptp.o ice_ptp_hw.o ice_dpll.o
56 ice-$(CONFIG_DCB) += ice_dcb.o ice_dcb_nl.o ice_dcb_lib.o
57 ice-$(CONFIG_RFS_ACCEL) += ice_arfs.o
58 ice-$(CONFIG_XDP_SOCKETS) += ice_xsk.o
59 ice-$(CONFIG_ICE_SWITCHDEV) += ice_eswitch.o ice_eswitch_br.o
60 ice-$(CONFIG_GNSS) += ice_gnss.o
61 ice-$(CONFIG_ICE_HWMON) += ice_hwmon.o
This page took 0.030309 seconds and 4 git commands to generate.