bus/pci: implement device iteration
[dpdk.git] / drivers / bus / pci / meson.build
index 72939e5..23d6a5f 100644 (file)
@@ -3,7 +3,9 @@
 
 deps += ['pci']
 install_headers('rte_bus_pci.h')
-sources = files('pci_common.c', 'pci_common_uio.c')
+sources = files('pci_common.c',
+       'pci_common_uio.c',
+       'pci_params.c')
 if host_machine.system() == 'linux'
        sources += files('linux/pci.c',
                        'linux/pci_uio.c',
@@ -17,3 +19,5 @@ endif
 
 # memseg walk is not part of stable API yet
 allow_experimental_apis = true
+
+deps += ['kvargs']