]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crypto/isa-l: remove redundant declare shared library 37670/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Thu, 15 Oct 2020 06:56:01 +0000 (14:56 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Thu, 15 Oct 2020 06:56:01 +0000 (14:56 +0800)
isal_crypto_plugin_objs is same as ceph_crypto_isal

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/crypto/isa-l/CMakeLists.txt

index 05022e95f81562c8e77fa4b8bdcb394b0a16f2cf..b6eece7039c0b3190b712d24d2ecac8f0bd075e0 100644 (file)
@@ -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)