Makefile 410 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0
  2. sfc-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
  8. sfc-siena-$(CONFIG_SFC_SIENA_MTD) += mtd.o
  9. sfc-siena-$(CONFIG_SFC_SIENA_SRIOV) += siena_sriov.o
  10. obj-$(CONFIG_SFC_SIENA) += sfc-siena.o