event/octeontx2: allow adapters to resize inflight buffers
[dpdk.git] / drivers / event / octeontx2 / meson.build
index c4f4421..c709b5e 100644 (file)
@@ -2,7 +2,14 @@
 # Copyright(C) 2019 Marvell International Ltd.
 #
 
-sources = files('otx2_evdev.c')
+sources = files('otx2_worker.c',
+               'otx2_worker_dual.c',
+               'otx2_evdev.c',
+               'otx2_evdev_adptr.c',
+               'otx2_evdev_irq.c',
+               'otx2_evdev_selftest.c',
+               'otx2_tim_evdev.c',
+               )
 
 allow_experimental_apis = true
 
@@ -18,4 +25,4 @@ foreach flag: extra_flags
        endif
 endforeach
 
-deps += ['bus_pci', 'common_octeontx2']
+deps += ['bus_pci', 'common_octeontx2', 'mempool_octeontx2']