X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmeson.build;h=147b8cf633a5229c1339101f33e6cd2de12ac0ad;hb=f69467177fa34afaeeeae81ad83142121ee1bc98;hp=cb865aa0d597f02d173b81fbd90a2190d296bca5;hpb=2457705e64748c65c92abde3862ac32304dea1bb;p=dpdk.git diff --git a/drivers/crypto/meson.build b/drivers/crypto/meson.build index cb865aa0d5..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,17 +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