X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fifpga%2Fmeson.build;h=cc5047e3cec1c0519dc24cfd3500c5a6b376aa16;hb=cd414f81d1afdabf5cf13a1d9e859877af176ab9;hp=0b5c38d54c3f976c8c567f8e12e82b4012bc3ef0;hpb=6844d146ff397d82526a8a39b550443937f7ac12;p=dpdk.git diff --git a/drivers/bus/ifpga/meson.build b/drivers/bus/ifpga/meson.build index 0b5c38d54c..cc5047e3ce 100644 --- a/drivers/bus/ifpga/meson.build +++ b/drivers/bus/ifpga/meson.build @@ -1,10 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2010-2018 Intel Corporation -version = 2 +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