From patchwork Tue Jul 28 15:47:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 6639 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 4A6BCC356; Tue, 28 Jul 2015 17:48:31 +0200 (CEST) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 8E36B3772 for ; Tue, 28 Jul 2015 17:48:27 +0200 (CEST) Received: by wibud3 with SMTP id ud3so165722147wib.0 for ; Tue, 28 Jul 2015 08:48:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=9rSLPKFXGZLS2wpEdaA7gxfq7Rkd6s+OX+BdbMge+uA=; b=ODkSKbX+2oh+4P5gbbaiaZVNsQf8Ri8UyBFMhj92NonR25IjiFV09U+WcNx0L7frh7 oU3AhWKFOx/wvwlAjg9HEQYXMjYkK1Ptxf8sUn1EckBW+EsTkVODiebHcUk4r4iGjFK+ bNKR9QJWsldiQpKmeAElucW5er/SbfuKn6JHhtueMh0joWr36VHOBbeKCUOpfa6lTeBD rpwF+TPJarJaVNCsidEORMwRWpTJWcNr0O5bjUtRcjmJgRHVk9BU7cgq5HAQ3ceaB09z gnEXQ9XuVcI1uJQzlC7uFtdYsgS6GwBJfvmYXk7+cZ/PK7/HMxCzg+Mk/RJFT0r7wGZA Ytug== X-Gm-Message-State: ALoCoQkNMN8QzvzwQ4DCwDf9U6VoloGrPBthgO5CAxCRTtZtMYb99U548g87lUCQ1wuQGIavW1jC X-Received: by 10.180.88.196 with SMTP id bi4mr36951668wib.70.1438098507450; Tue, 28 Jul 2015 08:48:27 -0700 (PDT) Received: from XPS13.dev.6wind.com (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id hn2sm33861596wjc.45.2015.07.28.08.48.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Jul 2015 08:48:26 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Tue, 28 Jul 2015 17:47:01 +0200 Message-Id: <1438098424-30515-2-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.4.2 In-Reply-To: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> References: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 1/4] bnx2x: fix build as shared library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Build log: Must Specify a librte_pmd_bnx2x.so..1 ABI version Signed-off-by: Thomas Monjalon --- drivers/net/bnx2x/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/net/bnx2x/Makefile b/drivers/net/bnx2x/Makefile index 0de5db9..87f31b6 100644 --- a/drivers/net/bnx2x/Makefile +++ b/drivers/net/bnx2x/Makefile @@ -9,6 +9,10 @@ CFLAGS += -O3 -g CFLAGS += $(WERROR_FLAGS) CFLAGS += -DZLIB_CONST +EXPORT_MAP := rte_pmd_bnx2x_version.map + +LIBABIVER := 1 + # # all source are stored in SRCS-y #