Makefile (3eb66e91a25497065c5322b1268cbc3953642227) Makefile (37b6f6469f75070e4fb2e32995eb858e79b8860a)
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_lib.o \
17 ice_txrx.o \
18 ice_ethtool.o
19ice-$(CONFIG_PCI_IOV) += ice_virtchnl_pf.o ice_sriov.o
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_lib.o \
17 ice_txrx.o \
18 ice_ethtool.o
19ice-$(CONFIG_PCI_IOV) += ice_virtchnl_pf.o ice_sriov.o
20ice-$(CONFIG_DCB) += ice_dcb.o ice_dcb_lib.o