18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci# Copyright (c) 2018, Intel Corporation.
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci# Makefile for the Intel(R) Ethernet Connection E800 Series Linux Driver
68c2ecf20Sopenharmony_ci#
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciobj-$(CONFIG_ICE) += ice.o
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciice-y := ice_main.o	\
118c2ecf20Sopenharmony_ci	 ice_controlq.o	\
128c2ecf20Sopenharmony_ci	 ice_common.o	\
138c2ecf20Sopenharmony_ci	 ice_nvm.o	\
148c2ecf20Sopenharmony_ci	 ice_switch.o	\
158c2ecf20Sopenharmony_ci	 ice_sched.o	\
168c2ecf20Sopenharmony_ci	 ice_base.o	\
178c2ecf20Sopenharmony_ci	 ice_lib.o	\
188c2ecf20Sopenharmony_ci	 ice_txrx_lib.o	\
198c2ecf20Sopenharmony_ci	 ice_txrx.o	\
208c2ecf20Sopenharmony_ci	 ice_fltr.o	\
218c2ecf20Sopenharmony_ci	 ice_fdir.o	\
228c2ecf20Sopenharmony_ci	 ice_ethtool_fdir.o \
238c2ecf20Sopenharmony_ci	 ice_flex_pipe.o \
248c2ecf20Sopenharmony_ci	 ice_flow.o	\
258c2ecf20Sopenharmony_ci	 ice_devlink.o	\
268c2ecf20Sopenharmony_ci	 ice_fw_update.o \
278c2ecf20Sopenharmony_ci	 ice_ethtool.o
288c2ecf20Sopenharmony_ciice-$(CONFIG_PCI_IOV) += ice_virtchnl_pf.o ice_sriov.o
298c2ecf20Sopenharmony_ciice-$(CONFIG_DCB) += ice_dcb.o ice_dcb_nl.o ice_dcb_lib.o
308c2ecf20Sopenharmony_ciice-$(CONFIG_RFS_ACCEL) += ice_arfs.o
318c2ecf20Sopenharmony_ciice-$(CONFIG_XDP_SOCKETS) += ice_xsk.o
32