diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2010-07-27 08:36:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-27 23:35:42 -0400 |
commit | 6c719d00bd99113a4af417620d891aeba98b8d03 (patch) | |
tree | 37ea9444a060e0fae54219d890d980aca0fdba86 /drivers/net/bnx2x/Makefile | |
parent | de0c62dba71389bcf3d9249d6e6edbc5a032c5ce (diff) |
bnx2x: Move statistics handling code to bnx2x_stats.*
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x/Makefile')
-rw-r--r-- | drivers/net/bnx2x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/Makefile b/drivers/net/bnx2x/Makefile index 1cdd1e9e4c52..084afce89ae9 100644 --- a/drivers/net/bnx2x/Makefile +++ b/drivers/net/bnx2x/Makefile | |||
@@ -4,4 +4,4 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_BNX2X) += bnx2x.o | 5 | obj-$(CONFIG_BNX2X) += bnx2x.o |
6 | 6 | ||
7 | bnx2x-objs := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o bnx2x_ethtool.o | 7 | bnx2x-objs := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o bnx2x_ethtool.o bnx2x_stats.o |