diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2010-07-27 12:34:34 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-27 20:35:41 -0700 |
commit | 9f6c925889ad9204c7d1f5ca116d2e5fd6036c72 (patch) | |
tree | ab84e3b050729a1a92b54c1b6ed526cb97f9ad7b /drivers/net/bnx2x/Makefile | |
parent | b0efbb996e8554ed8fe59e3f79e0bc83218083ab (diff) | |
download | talos-obmc-linux-9f6c925889ad9204c7d1f5ca116d2e5fd6036c72.tar.gz talos-obmc-linux-9f6c925889ad9204c7d1f5ca116d2e5fd6036c72.zip |
bnx2x: Create bnx2x_cmn.* files
Newly created files have no functionality changes,
but includes some functionality from bnx2x_main.c which
is common for PF and coming in the future VF driver.
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 46c853b6cc53..ef4eebb38663 100644 --- a/drivers/net/bnx2x/Makefile +++ b/drivers/net/bnx2x/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_BNX2X) += bnx2x.o -bnx2x-objs := bnx2x_main.o bnx2x_link.o +bnx2x-objs := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o |