diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2008-06-23 20:24:56 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-23 20:25:46 -0700 |
commit | 23bd462b6dd8b9d6ee2540a491e432c09dfcff4a (patch) | |
tree | 7c682eb16bd20eac15b6dcc29f940e11565db5d1 /drivers/net/Makefile | |
parent | 0f474d9bc59e23f1952e75d2f6edcaeb358eb32d (diff) | |
download | linux-stable-23bd462b6dd8b9d6ee2540a491e432c09dfcff4a.tar.gz linux-stable-23bd462b6dd8b9d6ee2540a491e432c09dfcff4a.tar.bz2 linux-stable-23bd462b6dd8b9d6ee2540a491e432c09dfcff4a.zip |
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 obj-$(CONFIG_TIGON3) += tg3.o obj-$(CONFIG_BNX2) += bnx2.o obj-$(CONFIG_BNX2X) += bnx2x.o +bnx2x-objs := bnx2x_main.o spidernet-y += spider_net.o spider_net_ethtool.o obj-$(CONFIG_SPIDER_NET) += spidernet.o sungem_phy.o obj-$(CONFIG_GELIC_NET) += ps3_gelic.o |