diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-29 10:14:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-29 20:23:55 -0500 |
commit | 8e730c15e1560415f33d7301b617be26050ffb86 (patch) | |
tree | 452b02c5cb91f48f392c635a0191e7dfecc9590d /drivers/net/sfc/Makefile | |
parent | 744093c98363f8a65853aed39708c9effc80f8ff (diff) |
sfc: Move shared NIC code from falcon.c to new source file nic.c
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/Makefile')
-rw-r--r-- | drivers/net/sfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/Makefile b/drivers/net/sfc/Makefile index 7b52fe10d38f..223106b93447 100644 --- a/drivers/net/sfc/Makefile +++ b/drivers/net/sfc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | sfc-y += efx.o falcon.o tx.o rx.o falcon_gmac.o \ | 1 | sfc-y += efx.o nic.o falcon.o tx.o rx.o falcon_gmac.o \ |
2 | falcon_xmac.o selftest.o ethtool.o qt202x_phy.o \ | 2 | falcon_xmac.o selftest.o ethtool.o qt202x_phy.o \ |
3 | mdio_10g.o tenxpress.o falcon_boards.o | 3 | mdio_10g.o tenxpress.o falcon_boards.o |
4 | sfc-$(CONFIG_SFC_MTD) += mtd.o | 4 | sfc-$(CONFIG_SFC_MTD) += mtd.o |