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