diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-09-17 21:33:54 -0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2013-08-21 14:43:03 -0400 |
commit | 43f775b2fa759a9c126a911f999f35aeb0fbbb84 (patch) | |
tree | 619d7933f388e396ab51415fcfb35eefcae2c0b2 /drivers/net/ethernet/sfc/Makefile | |
parent | 319ec6444d723f9f01b96728c163d7eaf75e24d7 (diff) |
sfc: Collect all MCDI port functions into mcdi_port.c
Collect together MCDI port functions from mcdi.c, mcdi_mac.c,
mcdi_phy.c and siena.c. Rename the 'siena' functions accordingly.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/Makefile')
-rw-r--r-- | drivers/net/ethernet/sfc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sfc/Makefile b/drivers/net/ethernet/sfc/Makefile index 84f9c9642b7a..5b31d8a4ae5e 100644 --- a/drivers/net/ethernet/sfc/Makefile +++ b/drivers/net/ethernet/sfc/Makefile | |||
@@ -1,8 +1,7 @@ | |||
1 | sfc-y += efx.o nic.o falcon.o siena.o tx.o rx.o filter.o \ | 1 | sfc-y += efx.o nic.o falcon.o siena.o tx.o rx.o filter.o \ |
2 | mcdi_mac.o \ | ||
3 | selftest.o ethtool.o qt202x_phy.o mdio_10g.o \ | 2 | selftest.o ethtool.o qt202x_phy.o mdio_10g.o \ |
4 | tenxpress.o txc43128_phy.o falcon_boards.o \ | 3 | tenxpress.o txc43128_phy.o falcon_boards.o \ |
5 | mcdi.o mcdi_phy.o mcdi_mon.o ptp.o | 4 | mcdi.o mcdi_port.o mcdi_mon.o ptp.o |
6 | sfc-$(CONFIG_SFC_MTD) += mtd.o | 5 | sfc-$(CONFIG_SFC_MTD) += mtd.o |
7 | sfc-$(CONFIG_SFC_SRIOV) += siena_sriov.o | 6 | sfc-$(CONFIG_SFC_SRIOV) += siena_sriov.o |
8 | 7 | ||