Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 sfc-y                   += efx.o efx_common.o efx_channels.o nic.o \
0003                            ef10.o \
0004                            tx.o tx_common.o tx_tso.o rx.o rx_common.o \
0005                            selftest.o ethtool.o ethtool_common.o ptp.o \
0006                            mcdi.o mcdi_port.o mcdi_port_common.o \
0007                            mcdi_functions.o mcdi_filters.o mcdi_mon.o \
0008                            ef100.o ef100_nic.o ef100_netdev.o \
0009                            ef100_ethtool.o ef100_rx.o ef100_tx.o
0010 sfc-$(CONFIG_SFC_MTD)   += mtd.o
0011 sfc-$(CONFIG_SFC_SRIOV) += sriov.o ef10_sriov.o ef100_sriov.o ef100_rep.o \
0012                            mae.o tc.o
0013 
0014 obj-$(CONFIG_SFC)       += sfc.o
0015 
0016 obj-$(CONFIG_SFC_FALCON) += falcon/
0017 obj-$(CONFIG_SFC_SIENA) += siena/