From: Jeff Garzik <jeff@garzik.org>
To: Eliezer Tamir <eliezert@broadcom.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"davem@davemloft.net" <davem@davemloft.net>,
Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Subject: Re: [patch resend build-breakage] make bnx2x select ZLIB_INFLATE
Date: Fri, 07 Dec 2007 15:03:07 -0500 [thread overview]
Message-ID: <4759A6FB.2090607@garzik.org> (raw)
In-Reply-To: <1196863959.5204.25.camel@lb-tlvb-eliezer.il.broadcom.com>
Eliezer Tamir wrote:
> The bnx2x module depends on the zlib_inflate functions. The
> build will fail if ZLIB_INFLATE has not been selected manually
> or by building another module that automatically selects it.
>
> Modify BNX2X config option to 'select ZLIB_INFLATE' like BNX2
> and others. This seems to fix it.
>
>
> Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
> Acked-by: Eliezer Tamir <eliezert@broadcom.com>
> ---
> drivers/net/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index 5bafb30..b9d7f5b 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -2594,6 +2594,7 @@ config TEHUTI
> config BNX2X
> tristate "Broadcom NetXtremeII 10Gb support"
> depends on PCI
> + select ZLIB_INFLATE
> help
applied #upstream-fixes
prev parent reply other threads:[~2007-12-07 20:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-05 14:12 [patch resend build-breakage] make bnx2x select ZLIB_INFLATE Eliezer Tamir
2007-12-05 14:16 ` David Miller
2007-12-07 20:03 ` Jeff Garzik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4759A6FB.2090607@garzik.org \
--to=jeff@garzik.org \
--cc=Lee.Schermerhorn@hp.com \
--cc=davem@davemloft.net \
--cc=eliezert@broadcom.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.