add7247718
Aside from accelerated RFS, there is almost nothing that can be shared between the filter table implementations for the Falcon architecture and EF10. Move the few shared functions into efx.c and rx.c and the rest into farch.c. Introduce efx_nic_type operations for the implementation and inline wrapper functions that call these. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
9 lines
306 B
Makefile
9 lines
306 B
Makefile
sfc-y += efx.o nic.o farch.o falcon.o siena.o tx.o rx.o \
|
|
selftest.o ethtool.o qt202x_phy.o mdio_10g.o \
|
|
tenxpress.o txc43128_phy.o falcon_boards.o \
|
|
mcdi.o mcdi_port.o mcdi_mon.o ptp.o
|
|
sfc-$(CONFIG_SFC_MTD) += mtd.o
|
|
sfc-$(CONFIG_SFC_SRIOV) += siena_sriov.o
|
|
|
|
obj-$(CONFIG_SFC) += sfc.o
|