net/ifc: add to meson build
authorXiao Wang <xiao.w.wang@intel.com>
Wed, 13 Jun 2018 11:32:46 +0000 (19:32 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 14 Jun 2018 17:27:50 +0000 (19:27 +0200)
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
drivers/net/ifc/meson.build [new file with mode: 0644]
drivers/net/meson.build

diff --git a/drivers/net/ifc/meson.build b/drivers/net/ifc/meson.build
new file mode 100644 (file)
index 0000000..a30aa09
--- /dev/null
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2018 Intel Corporation
+
+allow_experimental_apis = true
+sources = files('ifcvf_vdpa.c', 'base/ifcvf.c')
+includes += include_directories('base')
+deps += 'vhost'
index b7d00a0..7ecf278 100644 (file)
@@ -2,7 +2,9 @@
 # Copyright(c) 2017 Intel Corporation
 
 drivers = ['af_packet', 'axgbe', 'bonding', 'dpaa', 'dpaa2',
-       'e1000', 'enic', 'fm10k', 'i40e', 'ixgbe',
+       'e1000', 'enic', 'fm10k', 'i40e',
+       'ifc',
+       'ixgbe',
        'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
        'sfc', 'thunderx', 'virtio']
 std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc