X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fbus%2Fifpga%2Fmeson.build;h=4d0507f55391d772debdf2516f583f0b90605113;hb=81db321daeccec0c78bbe8bf4492f18f084ba30f;hp=c9b08c86279482c9fc92198610d4737374421ced;hpb=05fa3d4a653956c663ed0a7ed4eebb25b0f9f1fc;p=dpdk.git diff --git a/drivers/bus/ifpga/meson.build b/drivers/bus/ifpga/meson.build index c9b08c8627..4d0507f553 100644 --- a/drivers/bus/ifpga/meson.build +++ b/drivers/bus/ifpga/meson.build @@ -1,8 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2010-2018 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + deps += ['pci', 'kvargs', 'rawdev'] -install_headers('rte_bus_ifpga.h') +headers = files('rte_bus_ifpga.h') sources = files('ifpga_common.c', 'ifpga_bus.c') - -allow_experimental_apis = true