From: Changcheng Liu Date: Thu, 15 Oct 2020 06:56:01 +0000 (+0800) Subject: crypto/isa-l: remove redundant declare shared library X-Git-Tag: v16.1.0~824^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37670%2Fhead;p=ceph.git crypto/isa-l: remove redundant declare shared library isal_crypto_plugin_objs is same as ceph_crypto_isal Signed-off-by: Changcheng Liu --- diff --git a/src/crypto/isa-l/CMakeLists.txt b/src/crypto/isa-l/CMakeLists.txt index 05022e95f815..b6eece7039c0 100644 --- a/src/crypto/isa-l/CMakeLists.txt +++ b/src/crypto/isa-l/CMakeLists.txt @@ -22,9 +22,6 @@ set(isal_crypto_plugin_srcs ${isal_dir}/aes/cbc_enc_256_x4_sb.asm ${isal_dir}/aes/cbc_enc_256_x8_sb.asm) -add_library(isal_crypto_plugin_objs OBJECT ${isal_crypto_plugin_srcs}) -target_include_directories(isal_crypto_plugin_objs PRIVATE ${isal_dir}/include) - if(HAVE_GOOD_YASM_ELF64) add_dependencies(crypto_plugins ceph_crypto_isal) endif(HAVE_GOOD_YASM_ELF64)