build: disable experimental API check internally
[dpdk.git] / lib / librte_cryptodev / Makefile
index bba8dee..2ba0dbe 100644 (file)
@@ -1,14 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2015 Intel Corporation
+# Copyright(c) 2015-2019 Intel Corporation
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
 # library name
 LIB = librte_cryptodev.a
 
-# library version
-LIBABIVER := 4
-
 # build flags
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
@@ -23,6 +20,7 @@ SYMLINK-y-include += rte_crypto.h
 SYMLINK-y-include += rte_crypto_sym.h
 SYMLINK-y-include += rte_cryptodev.h
 SYMLINK-y-include += rte_cryptodev_pmd.h
+SYMLINK-y-include += rte_crypto_asym.h
 
 # versioning export map
 EXPORT_MAP := rte_cryptodev_version.map