X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fcrypto_native%2FCMakeLists.txt;h=9b6091610d9a719430be155c3af656f419ebd5f1;hb=da3771c25;hp=ba6f6cbcc28a5779657f0e5ced0d5d7a7a04343c;hpb=9caef2a3518ee9a453adbb748a9f4799a5fbb56b;p=vpp.git diff --git a/src/plugins/crypto_native/CMakeLists.txt b/src/plugins/crypto_native/CMakeLists.txt index ba6f6cbcc28..9b6091610d9 100644 --- a/src/plugins/crypto_native/CMakeLists.txt +++ b/src/plugins/crypto_native/CMakeLists.txt @@ -23,13 +23,13 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64.*|x86_64.*|AMD64.*") if(compiler_flag_march_alderlake) list(APPEND VARIANTS "adl\;-march=alderlake -mprefer-vector-width=256") endif() - set (COMPILE_FILES aes_cbc.c aes_gcm.c) + set (COMPILE_FILES aes_cbc.c aes_gcm.c aes_ctr.c) set (COMPILE_OPTS -Wall -fno-common -maes) endif() if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*)") list(APPEND VARIANTS "armv8\;-march=armv8.1-a+crc+crypto") - set (COMPILE_FILES aes_cbc.c aes_gcm.c) + set (COMPILE_FILES aes_cbc.c aes_gcm.c aes_ctr.c) set (COMPILE_OPTS -Wall -fno-common) endif()