Makefile (c31af68a1b94d003358c00f53ba3f06606c33336) | Makefile (a1ffafb0b4a4fb74d41112b71a02c39ece0fe2d8) |
---|---|
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 unchanged lines hidden (view full) --- 18 ice_txrx_lib.o \ 19 ice_txrx.o \ 20 ice_fltr.o \ 21 ice_pf_vsi_vlan_ops.o \ 22 ice_vsi_vlan_ops.o \ 23 ice_vsi_vlan_lib.o \ 24 ice_fdir.o \ 25 ice_ethtool_fdir.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 unchanged lines hidden (view full) --- 18 ice_txrx_lib.o \ 19 ice_txrx.o \ 20 ice_fltr.o \ 21 ice_pf_vsi_vlan_ops.o \ 22 ice_vsi_vlan_ops.o \ 23 ice_vsi_vlan_lib.o \ 24 ice_fdir.o \ 25 ice_ethtool_fdir.o \ |
26 ice_vlan_mode.o \ |
|
26 ice_flex_pipe.o \ 27 ice_flow.o \ 28 ice_idc.o \ 29 ice_devlink.o \ 30 ice_fw_update.o \ 31 ice_lag.o \ 32 ice_ethtool.o \ 33 ice_repr.o \ --- 12 unchanged lines hidden --- | 27 ice_flex_pipe.o \ 28 ice_flow.o \ 29 ice_idc.o \ 30 ice_devlink.o \ 31 ice_fw_update.o \ 32 ice_lag.o \ 33 ice_ethtool.o \ 34 ice_repr.o \ --- 12 unchanged lines hidden --- |