xref: /linux/drivers/net/ethernet/intel/ice/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
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
8obj-$(CONFIG_ICE) += ice.o
9
10ice-y := ice_main.o	\
11	 ice_controlq.o	\
12	 ice_common.o	\
13	 ice_nvm.o	\
14	 ice_switch.o	\
15	 ice_sched.o	\
16	 ice_base.o	\
17	 ice_lib.o	\
18	 ice_txrx_lib.o	\
19	 ice_txrx.o	\
20	 ice_fltr.o	\
21	 ice_fdir.o	\
22	 ice_ethtool_fdir.o \
23	 ice_flex_pipe.o \
24	 ice_flow.o	\
25	 ice_idc.o	\
26	 ice_devlink.o	\
27	 ice_fw_update.o \
28	 ice_lag.o	\
29	 ice_ethtool.o  \
30	 ice_repr.o	\
31	 ice_tc_lib.o
32ice-$(CONFIG_PCI_IOV) += ice_virtchnl_allowlist.o
33ice-$(CONFIG_PCI_IOV) += ice_virtchnl_pf.o ice_sriov.o ice_virtchnl_fdir.o
34ice-$(CONFIG_PTP_1588_CLOCK) += ice_ptp.o ice_ptp_hw.o
35ice-$(CONFIG_DCB) += ice_dcb.o ice_dcb_nl.o ice_dcb_lib.o
36ice-$(CONFIG_RFS_ACCEL) += ice_arfs.o
37ice-$(CONFIG_XDP_SOCKETS) += ice_xsk.o
38ice-$(CONFIG_ICE_SWITCHDEV) += ice_eswitch.o
39

Last Index update Sat Jun 03 09:59:21 CST 2023