ice: Add support for VF reset events
[linux-2.6-block.git] / drivers / net / ethernet / intel / ice / Makefile
CommitLineData
837f08fd
AV
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
7ec59eea
AV
10ice-y := ice_main.o \
11 ice_controlq.o \
f31e4b6f 12 ice_common.o \
9c20346b
AV
13 ice_nvm.o \
14 ice_switch.o \
cdedef59 15 ice_sched.o \
45d3d428 16 ice_lib.o \
fcea6f3d
AV
17 ice_txrx.o \
18 ice_ethtool.o
007676b4 19ice-$(CONFIG_PCI_IOV) += ice_virtchnl_pf.o ice_sriov.o