From 983f469d8bbf0896273fea125f42cb6df359c5c8 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 20 Jan 2020 11:58:54 +0100 Subject: [PATCH] raw/octeontx2_ep: fix shared library The version of the PMD should not be overwritten with LIBABIVER. All internal libs must have the same version. Moreover, specifying LIBABIVER in the driver causes a symbolic link loop: librte_rawdev_octeontx2_ep.so.1 -> librte_rawdev_octeontx2_ep.so.1 Fixes: 56d46d13f736 ("raw/octeontx2_ep: add build infra and device probe") Reported-by: Ferruh Yigit Signed-off-by: Thomas Monjalon Tested-by: Ferruh Yigit --- drivers/raw/octeontx2_ep/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/raw/octeontx2_ep/Makefile b/drivers/raw/octeontx2_ep/Makefile index 44fdf89599..1a54bf56f0 100644 --- a/drivers/raw/octeontx2_ep/Makefile +++ b/drivers/raw/octeontx2_ep/Makefile @@ -30,8 +30,6 @@ endif EXPORT_MAP := rte_rawdev_octeontx2_ep_version.map -LIBABIVER := 1 - # # All source are stored in SRCS-y # -- 2.20.1