X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Focteontx%2Fmeson.build;fp=drivers%2Fnet%2Focteontx%2Fmeson.build;h=a5a6c9661caa1fb491a29117714e15d8cae6e1da;hb=e1369718f5530a2cb8268b5343ba1e80ff5da857;hp=84cd4e1142edc1861306799ced9e79e3ee7c2545;hpb=9ec67c12bd2b3dca95e2ff809db2b8006c11a602;p=dpdk.git diff --git a/drivers/net/octeontx/meson.build b/drivers/net/octeontx/meson.build index 84cd4e1142..a5a6c9661c 100644 --- a/drivers/net/octeontx/meson.build +++ b/drivers/net/octeontx/meson.build @@ -1,9 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Cavium, Inc -if is_windows +if not is_linux or not dpdk_conf.get('RTE_ARCH_64') build = false - reason = 'not supported on Windows' + reason = 'only supported on 64-bit Linux' subdir_done() endif