net/ice/base: cleanup filter list on error
[dpdk.git] / drivers / event / dlb / meson.build
index 2ea3b4c..bc158d2 100644 (file)
@@ -3,7 +3,7 @@
 
 if not is_linux or not dpdk_conf.has('RTE_ARCH_X86_64')
         build = false
-        reason = 'only supported on ARCH_X86_64 Linux'
+        reason = 'only supported on x86_64 Linux'
         subdir_done()
 endif
 
@@ -14,6 +14,7 @@ sources = files('dlb.c',
                'pf/dlb_pf.c',
                'pf/base/dlb_resource.c',
                'rte_pmd_dlb.c',
+               'dlb_selftest.c'
 )
 
 headers = files('rte_pmd_dlb.h')