X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fpfe%2Fmeson.build;h=da0787c28c11d7fcd61b08a7701e3751c78a2c70;hb=4f299b7169000aa55fe7a48fe98736f728e4f710;hp=3e1a228a3ffcb5ba9bd07d562aa88b576e4fab22;hpb=f7a4996c04abe29707e35a6d65b4057fc7c26269;p=dpdk.git diff --git a/drivers/net/pfe/meson.build b/drivers/net/pfe/meson.build index 3e1a228a3f..da0787c28c 100644 --- a/drivers/net/pfe/meson.build +++ b/drivers/net/pfe/meson.build @@ -1,8 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2019 NXP -if host_machine.system() != 'linux' +if not is_linux build = false + reason = 'only supported on Linux' endif deps += ['common_dpaax']