X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmeson.build;h=147b8cf633a5229c1339101f33e6cd2de12ac0ad;hb=f69467177fa34afaeeeae81ad83142121ee1bc98;hp=ea239f4c56920ef98b75ad94cac9f6d6dea2accc;hpb=a7c86884f150eaa20aa990028274e602d60884f4;p=dpdk.git diff --git a/drivers/crypto/meson.build b/drivers/crypto/meson.build index ea239f4c56..147b8cf633 100644 --- a/drivers/crypto/meson.build +++ b/drivers/crypto/meson.build @@ -1,13 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -if is_windows - subdir_done() -endif drivers = [ - 'aesni_gcm', - 'aesni_mb', 'armv8', 'bcmfs', 'caam_jr', @@ -15,18 +10,15 @@ drivers = [ 'cnxk', 'dpaa_sec', 'dpaa2_sec', - 'kasumi', + 'ipsec_mb', 'mlx5', 'mvsam', 'nitrox', 'null', 'octeontx', - 'octeontx2', 'openssl', 'scheduler', - 'snow3g', 'virtio', - 'zuc', ] std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps