1837f08fdSAnirudh Venkataramanan# SPDX-License-Identifier: GPL-2.0
2837f08fdSAnirudh Venkataramanan# Copyright (c) 2018, Intel Corporation.
3837f08fdSAnirudh Venkataramanan
4837f08fdSAnirudh Venkataramanan#
5837f08fdSAnirudh Venkataramanan# Makefile for the Intel(R) Ethernet Connection E800 Series Linux Driver
6837f08fdSAnirudh Venkataramanan#
7837f08fdSAnirudh Venkataramanan
8837f08fdSAnirudh Venkataramananobj-$(CONFIG_ICE) += ice.o
9837f08fdSAnirudh Venkataramanan
107ec59eeaSAnirudh Venkataramananice-y := ice_main.o	\
117ec59eeaSAnirudh Venkataramanan	 ice_controlq.o	\
12f31e4b6fSAnirudh Venkataramanan	 ice_common.o	\
139c20346bSAnirudh Venkataramanan	 ice_nvm.o	\
149c20346bSAnirudh Venkataramanan	 ice_switch.o	\
15cdedef59SAnirudh Venkataramanan	 ice_sched.o	\
16eff380aaSAnirudh Venkataramanan	 ice_base.o	\
1745d3d428SAnirudh Venkataramanan	 ice_lib.o	\
180891d6d4SKrzysztof Kazimierczak	 ice_txrx_lib.o	\
19fcea6f3dSAnirudh Venkataramanan	 ice_txrx.o	\
201b8f15b6SMichal Swiatkowski	 ice_fltr.o	\
21*c31af68aSBrett Creeley	 ice_pf_vsi_vlan_ops.o \
22bc42afa9SBrett Creeley	 ice_vsi_vlan_ops.o \
23bc42afa9SBrett Creeley	 ice_vsi_vlan_lib.o \
24148beb61SHenry Tieman	 ice_fdir.o	\
25148beb61SHenry Tieman	 ice_ethtool_fdir.o \
26c7648810STony Nguyen	 ice_flex_pipe.o \
27c90ed40cSTony Nguyen	 ice_flow.o	\
28d25a0fc4SDave Ertman	 ice_idc.o	\
291adf7eadSJacob Keller	 ice_devlink.o	\
30d69ea414SJacob Keller	 ice_fw_update.o \
31df006dd4SDave Ertman	 ice_lag.o	\
3237165e3fSMichal Swiatkowski	 ice_ethtool.o  \
330d08a441SKiran Patil	 ice_repr.o	\
340d08a441SKiran Patil	 ice_tc_lib.o
35*c31af68aSBrett Creeleyice-$(CONFIG_PCI_IOV) +=	\
36*c31af68aSBrett Creeley	ice_virtchnl_allowlist.o \
37*c31af68aSBrett Creeley	ice_virtchnl_fdir.o	\
38*c31af68aSBrett Creeley	ice_sriov.o		\
39*c31af68aSBrett Creeley	ice_vf_vsi_vlan_ops.o	\
40*c31af68aSBrett Creeley	ice_virtchnl_pf.o
4106c16d89SJacob Kellerice-$(CONFIG_PTP_1588_CLOCK) += ice_ptp.o ice_ptp_hw.o
42b94b013eSDave Ertmanice-$(CONFIG_DCB) += ice_dcb.o ice_dcb_nl.o ice_dcb_lib.o
4328bf2672SBrett Creeleyice-$(CONFIG_RFS_ACCEL) += ice_arfs.o
442d4238f5SKrzysztof Kazimierczakice-$(CONFIG_XDP_SOCKETS) += ice_xsk.o
453ea9bd5dSMichal Swiatkowskiice-$(CONFIG_ICE_SWITCHDEV) += ice_eswitch.o
46