aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/ifpga/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bus/ifpga/meson.build')
-rw-r--r--drivers/bus/ifpga/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/bus/ifpga/meson.build b/drivers/bus/ifpga/meson.build
new file mode 100644
index 00000000..c9b08c86
--- /dev/null
+++ b/drivers/bus/ifpga/meson.build
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2010-2018 Intel Corporation
+
+deps += ['pci', 'kvargs', 'rawdev']
+install_headers('rte_bus_ifpga.h')
+sources = files('ifpga_common.c', 'ifpga_bus.c')
+
+allow_experimental_apis = true