diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2008-06-23 23:24:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-23 23:25:46 -0400 |
commit | 23bd462b6dd8b9d6ee2540a491e432c09dfcff4a (patch) | |
tree | 7c682eb16bd20eac15b6dcc29f940e11565db5d1 /drivers/net/Makefile | |
parent | 0f474d9bc59e23f1952e75d2f6edcaeb358eb32d (diff) |
bnx2x: Rename bnx2x.c to bnx2x_main.c
This patch is the rename of bnx2x.c to bnx2x_main.c.
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index c9faa4605905..59842a109e9d 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -66,6 +66,7 @@ obj-$(CONFIG_FEALNX) += fealnx.o | |||
66 | obj-$(CONFIG_TIGON3) += tg3.o | 66 | obj-$(CONFIG_TIGON3) += tg3.o |
67 | obj-$(CONFIG_BNX2) += bnx2.o | 67 | obj-$(CONFIG_BNX2) += bnx2.o |
68 | obj-$(CONFIG_BNX2X) += bnx2x.o | 68 | obj-$(CONFIG_BNX2X) += bnx2x.o |
69 | bnx2x-objs := bnx2x_main.o | ||
69 | spidernet-y += spider_net.o spider_net_ethtool.o | 70 | spidernet-y += spider_net.o spider_net_ethtool.o |
70 | obj-$(CONFIG_SPIDER_NET) += spidernet.o sungem_phy.o | 71 | obj-$(CONFIG_SPIDER_NET) += spidernet.o sungem_phy.o |
71 | obj-$(CONFIG_GELIC_NET) += ps3_gelic.o | 72 | obj-$(CONFIG_GELIC_NET) += ps3_gelic.o |