mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
8880f4ec21
This integrates support for the SFC9000 family of 10G Ethernet controllers and LAN-on-motherboard chips, starting with the SFL9021 'Siena' and SFC9020 'Bethpage'. Credit for this code is largely due to my colleagues at Solarflare: Guido Barzini Steve Hodgson Kieran Mansley Matthew Slattery Neil Turton Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
263 B
Makefile
8 lines
263 B
Makefile
sfc-y += efx.o nic.o falcon.o siena.o tx.o rx.o \
|
|
falcon_gmac.o falcon_xmac.o mcdi_mac.o \
|
|
selftest.o ethtool.o qt202x_phy.o mdio_10g.o \
|
|
tenxpress.o falcon_boards.o mcdi.o mcdi_phy.o
|
|
sfc-$(CONFIG_SFC_MTD) += mtd.o
|
|
|
|
obj-$(CONFIG_SFC) += sfc.o
|