From: Thomas Monjalon Date: Tue, 28 Jul 2015 15:47:01 +0000 (+0200) Subject: bnx2x: fix build as shared library X-Git-Tag: spdx-start~8569 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=17f0ca796f84d0f7e73bb28d0aa32bd3c933de4d;p=dpdk.git bnx2x: fix build as shared library Build log: Must Specify a librte_pmd_bnx2x.so..1 ABI version Signed-off-by: Thomas Monjalon --- diff --git a/drivers/net/bnx2x/Makefile b/drivers/net/bnx2x/Makefile index 0de5db9a6c..87f31b6843 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 #