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