X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fcrypto_native%2FCMakeLists.txt;h=c6d916ddbbd519ce27fc507b07f712632158c45c;hb=622b5ce61971066917cfba9ae795d9cb926f2700;hp=9ac294628151586e07219daecc5d070ac6dabc90;hpb=4e96ddaec8837b8c0bd27a75418e033da68e299b;p=vpp.git diff --git a/src/plugins/crypto_native/CMakeLists.txt b/src/plugins/crypto_native/CMakeLists.txt index 9ac29462815..c6d916ddbbd 100644 --- a/src/plugins/crypto_native/CMakeLists.txt +++ b/src/plugins/crypto_native/CMakeLists.txt @@ -26,7 +26,7 @@ endif() if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*)") list(APPEND VARIANTS "armv8\;-march=armv8.1-a+crc+crypto") - set (COMPILE_FILES aes_cbc.c) + set (COMPILE_FILES aes_cbc.c aes_gcm.c) set (COMPILE_OPTS -Wall -fno-common) endif()