X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fcaam_jr%2Fmeson.build;h=4c66dd84468e4ce2c32372895a59173a5fdb7a71;hb=7632da0b875f0e2ca9b5c1bc03e8a43bc25c9f9e;hp=99b71aef15e1d34039fb7d52c6419c2e516c2bf9;hpb=42600bbc018062df811889f38822b18325bbe741;p=dpdk.git diff --git a/drivers/crypto/caam_jr/meson.build b/drivers/crypto/caam_jr/meson.build index 99b71aef15..4c66dd8446 100644 --- a/drivers/crypto/caam_jr/meson.build +++ b/drivers/crypto/caam_jr/meson.build @@ -1,8 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -if host_machine.system() != 'linux' - build = false +if not is_linux + build = false + reason = 'only supported on linux' endif deps += ['bus_vdev', 'bus_dpaa', 'security']