raw/octeontx2_ep: fix shared library
authorThomas Monjalon <thomas@monjalon.net>
Mon, 20 Jan 2020 10:58:54 +0000 (11:58 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 20 Jan 2020 11:12:14 +0000 (12:12 +0100)
commit983f469d8bbf0896273fea125f42cb6df359c5c8
tree6807a3abf684d376f781cf1307d50b8a5200a262
parent28a2568f469d9d715b9dfbafdce14537e35b7d4e
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 <ferruh.yigit@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/raw/octeontx2_ep/Makefile