X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa2%2Fmeson.build;h=3d25ba06d9deb29f9898fbe86ec11a306829b032;hb=fe084d35cd4a589b0366eab6dfebf59a6d9979aa;hp=6b6ead617ee7a8f42f1af4dc8ff12c2bfd2f4aa6;hpb=b4a63e605df40be963e11f1c2f23dfca4c5c4929;p=dpdk.git diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index 6b6ead617e..3d25ba06d9 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -3,8 +3,9 @@ version = 2 -if host_machine.system() != 'linux' - build = false +if not is_linux + build = false + reason = 'only supported on linux' endif deps += ['bus_fslmc']