event/dlb: add eventdev probe
[dpdk.git] / drivers / event / dlb / meson.build
index 50209bf..61c0182 100644 (file)
@@ -7,7 +7,10 @@ if not is_linux or not dpdk_conf.has('RTE_ARCH_X86_64')
         subdir_done()
 endif
 
-sources = files('dlb.c')
+sources = files('dlb.c',
+               'pf/dlb_main.c',
+               'pf/dlb_pf.c'
+)
 
 headers = files()