X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmeson.build;h=147b8cf633a5229c1339101f33e6cd2de12ac0ad;hb=2ff2a87d8a49ba4ba9ff55fc29a0743d23f80b61;hp=effaf729ec0b9a78ef9a04c683948e7823aea65c;hpb=bc9ef81c42b48a78ad9c341cc0a598c593cedc9e;p=dpdk.git diff --git a/drivers/crypto/meson.build b/drivers/crypto/meson.build index effaf729ec..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', @@ -19,12 +16,9 @@ drivers = [ 'nitrox', 'null', 'octeontx', - 'octeontx2', 'openssl', 'scheduler', - 'snow3g', 'virtio', - 'zuc', ] std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps