forked from Minki/linux
b37b62fea1
The 'XFP' driver is really a driver for the QT2022C2 and QT2025C PHYs, covering both more and less than XFP. Rename its functions and constants to reflect reality and to reduce namespace pollution when sfc is a built-in driver. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
212 B
Makefile
7 lines
212 B
Makefile
sfc-y += efx.o falcon.o tx.o rx.o falcon_gmac.o \
|
|
falcon_xmac.o selftest.o ethtool.o qt202x_phy.o \
|
|
mdio_10g.o tenxpress.o falcon_boards.o
|
|
sfc-$(CONFIG_SFC_MTD) += mtd.o
|
|
|
|
obj-$(CONFIG_SFC) += sfc.o
|