12 lines · plain
1# SPDX-License-Identifier: GPL-2.02sfc-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.o8sfc-siena-$(CONFIG_SFC_SIENA_MTD) += mtd.o9sfc-siena-$(CONFIG_SFC_SIENA_SRIOV) += siena_sriov.o10 11obj-$(CONFIG_SFC_SIENA) += sfc-siena.o12