From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 1/4] bnx2x: fix build as shared library Date: Tue, 28 Jul 2015 17:47:01 +0200 Message-ID: <1438098424-30515-2-git-send-email-thomas.monjalon@6wind.com> References: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: Stephen Hemminger Return-path: 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) In-Reply-To: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> 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 # -- 2.4.2