build: disable experimental API check internally
[dpdk.git] / drivers / vdpa / mlx5 / meson.build
index 6d3ab98..2963aad 100644 (file)
@@ -8,10 +8,14 @@ if not is_linux
 endif
 
 fmt_name = 'mlx5_vdpa'
-allow_experimental_apis = true
-deps += ['hash', 'common_mlx5', 'vhost', 'bus_pci', 'eal']
+deps += ['hash', 'common_mlx5', 'vhost', 'pci', 'bus_pci', 'eal', 'sched']
 sources = files(
        'mlx5_vdpa.c',
+       'mlx5_vdpa_mem.c',
+       'mlx5_vdpa_event.c',
+       'mlx5_vdpa_virtq.c',
+       'mlx5_vdpa_steer.c',
+       'mlx5_vdpa_lm.c',
 )
 cflags_options = [
        '-std=c11',
@@ -30,4 +34,4 @@ if get_option('buildtype').contains('debug')
        cflags += [ '-pedantic', '-DPEDANTIC' ]
 else
        cflags += [ '-UPEDANTIC' ]
-endif
\ No newline at end of file
+endif