]> Git Repo - J-linux.git/blob - drivers/net/ethernet/sfc/Makefile
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[J-linux.git] / drivers / net / ethernet / sfc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 sfc-y                   += efx.o efx_common.o efx_channels.o nic.o \
3                            farch.o siena.o 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
10 sfc-$(CONFIG_SFC_MTD)   += mtd.o
11 sfc-$(CONFIG_SFC_SRIOV) += sriov.o siena_sriov.o ef10_sriov.o
12
13 obj-$(CONFIG_SFC)       += sfc.o
14
15 obj-$(CONFIG_SFC_FALCON) += falcon/
This page took 0.039168 seconds and 4 git commands to generate.