Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2sfc-y += efx.o efx_common.o efx_channels.o nic.o \
3 ef10.o \
4 tx.o tx_common.o tx_tso.o rx.o rx_common.o \
5 selftest.o ethtool.o ethtool_common.o ptp.o \
6 mcdi.o mcdi_port.o mcdi_port_common.o \
7 mcdi_functions.o mcdi_filters.o mcdi_mon.o \
8 ef100.o ef100_nic.o ef100_netdev.o \
9 ef100_ethtool.o ef100_rx.o ef100_tx.o
10sfc-$(CONFIG_SFC_MTD) += mtd.o
11sfc-$(CONFIG_SFC_SRIOV) += sriov.o ef10_sriov.o ef100_sriov.o ef100_rep.o \
12 mae.o tc.o tc_bindings.o tc_counters.o
13
14obj-$(CONFIG_SFC) += sfc.o
15
16obj-$(CONFIG_SFC_FALCON) += falcon/
17obj-$(CONFIG_SFC_SIENA) += siena/