]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/octeontx/meson.build
raw/ioat: support limiting queues for idxd PCI device
[dpdk.git] / drivers / event / octeontx / meson.build
index 041855330890d452c708941915d1707fdf2e3a47..3cb140b4def4c74d391a568fc7355c81c6f91401 100644 (file)
@@ -1,14 +1,14 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Cavium, Inc
 
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Cavium, Inc
 
-sources = files('ssovf_worker.c',
-               'ssovf_evdev.c',
-               'ssovf_evdev_selftest.c',
-               'ssovf_probe.c',
-               'timvf_worker.c',
-               'timvf_evdev.c',
-               'timvf_probe.c'
+sources = files(
+        'ssovf_worker.c',
+        'ssovf_evdev.c',
+        'ssovf_evdev_selftest.c',
+        'ssovf_probe.c',
+        'timvf_worker.c',
+        'timvf_evdev.c',
+        'timvf_probe.c',
 )
 
 )
 
-allow_experimental_apis = true
-deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', 'pmd_octeontx']
+deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', 'net_octeontx']