X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fifpga%2Fmeson.build;h=0b5c38d54c3f976c8c567f8e12e82b4012bc3ef0;hb=f38020697976ad9b6baef5d45e393ed1db827083;hp=c9b08c86279482c9fc92198610d4737374421ced;hpb=05fa3d4a653956c663ed0a7ed4eebb25b0f9f1fc;p=dpdk.git diff --git a/drivers/bus/ifpga/meson.build b/drivers/bus/ifpga/meson.build index c9b08c8627..0b5c38d54c 100644 --- a/drivers/bus/ifpga/meson.build +++ b/drivers/bus/ifpga/meson.build @@ -1,6 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2010-2018 Intel Corporation +version = 2 + deps += ['pci', 'kvargs', 'rawdev'] install_headers('rte_bus_ifpga.h') sources = files('ifpga_common.c', 'ifpga_bus.c')