xref: /linux-6.3-rc2/drivers/net/ethernet/sfc/siena/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2sfc-siena-y		+= farch.o siena.o \
3			   efx.o efx_common.o efx_channels.o nic.o \
4			   tx.o tx_common.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_mon.o
8sfc-siena-$(CONFIG_SFC_SIENA_MTD)	+= mtd.o
9sfc-siena-$(CONFIG_SFC_SIENA_SRIOV)	+= siena_sriov.o
10
11obj-$(CONFIG_SFC_SIENA)	+= sfc-siena.o
12

Last Index update Sun Aug 20 00:18:20 CST 2023