mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
874aeea5d0
Moves the Solarflare drivers into drivers/net/ethernet/sfc/ and make the necessary Kconfig and Makefile changes. CC: Steve Hodgson <shodgson@solarflare.com> CC: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
9 lines
281 B
Makefile
9 lines
281 B
Makefile
sfc-y += efx.o nic.o falcon.o siena.o tx.o rx.o filter.o \
|
|
falcon_xmac.o mcdi_mac.o \
|
|
selftest.o ethtool.o qt202x_phy.o mdio_10g.o \
|
|
tenxpress.o txc43128_phy.o falcon_boards.o \
|
|
mcdi.o mcdi_phy.o
|
|
sfc-$(CONFIG_SFC_MTD) += mtd.o
|
|
|
|
obj-$(CONFIG_SFC) += sfc.o
|