X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fbus%2Fifpga%2Fmeson.build;h=3ff44d902a9c7896d90562786cb4738f51276c71;hb=eac3c7b9927fa066046ce0e5c341639081137b5d;hp=c9b08c86279482c9fc92198610d4737374421ced;hpb=fbaf94388763eecf5ceecb691401b124970566a7;p=dpdk.git diff --git a/drivers/bus/ifpga/meson.build b/drivers/bus/ifpga/meson.build index c9b08c8627..3ff44d902a 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') sources = files('ifpga_common.c', 'ifpga_bus.c') - -allow_experimental_apis = true