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	\
21c31af68aSBrett 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 \
26a1ffafb0SBrett Creeley	 ice_vlan_mode.o \
27c7648810STony Nguyen	 ice_flex_pipe.o \
28c90ed40cSTony Nguyen	 ice_flow.o	\
29d25a0fc4SDave Ertman	 ice_idc.o	\
301adf7eadSJacob Keller	 ice_devlink.o	\
31d69ea414SJacob Keller	 ice_fw_update.o \
32df006dd4SDave Ertman	 ice_lag.o	\
3337165e3fSMichal Swiatkowski	 ice_ethtool.o  \
340d08a441SKiran Patil	 ice_repr.o	\
350d08a441SKiran Patil	 ice_tc_lib.o
36c31af68aSBrett Creeleyice-$(CONFIG_PCI_IOV) +=	\
37109aba47SJacob Keller	ice_sriov.o		\
38*bf93bf79SJacob Keller	ice_virtchnl.o		\
39c31af68aSBrett Creeley	ice_virtchnl_allowlist.o \
40c31af68aSBrett Creeley	ice_virtchnl_fdir.o	\
41d775155aSJacob Keller	ice_vf_mbx.o		\
42c31af68aSBrett Creeley	ice_vf_vsi_vlan_ops.o	\
43109aba47SJacob Keller	ice_vf_lib.o
4406c16d89SJacob Kellerice-$(CONFIG_PTP_1588_CLOCK) += ice_ptp.o ice_ptp_hw.o
4543113ff7SKarol Kolacinskiice-$(CONFIG_TTY) += ice_gnss.o
46b94b013eSDave Ertmanice-$(CONFIG_DCB) += ice_dcb.o ice_dcb_nl.o ice_dcb_lib.o
4728bf2672SBrett Creeleyice-$(CONFIG_RFS_ACCEL) += ice_arfs.o
482d4238f5SKrzysztof Kazimierczakice-$(CONFIG_XDP_SOCKETS) += ice_xsk.o
493ea9bd5dSMichal Swiatkowskiice-$(CONFIG_ICE_SWITCHDEV) += ice_eswitch.o
50