X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Focteontx%2Fmeson.build;h=4e784b9484a757f97d4b4dfb427c7dc10aec118a;hb=94af45f4005ee0c3152db45a3669bec5238a3c10;hp=e8d3ff4a3b3dc47d7af3efa62342826317c8882c;hpb=56139e85abec19ac9e91aed610abdb0c3629a638;p=dpdk.git diff --git a/drivers/net/octeontx/meson.build b/drivers/net/octeontx/meson.build index e8d3ff4a3b..4e784b9484 100644 --- a/drivers/net/octeontx/meson.build +++ b/drivers/net/octeontx/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Cavium, Inc +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + subdir('base') objs = [base_objs]