event/dlb2: add probe-time hardware init
[dpdk.git] / drivers / event / dlb2 / meson.build
index 2855dd5..d7390ec 100644 (file)
@@ -8,8 +8,10 @@ if not is_linux or not dpdk_conf.has('RTE_ARCH_X86_64')
 endif
 
 sources = files('dlb2.c',
+               'dlb2_iface.c',
                'pf/dlb2_main.c',
-               'pf/dlb2_pf.c'
+               'pf/dlb2_pf.c',
+               'pf/base/dlb2_resource.c'
 )
 
 headers = files()