eal: replace libc-based random generation with LFSR
[dpdk.git] / lib / librte_eal / common / meson.build
index 0670e41..bafd232 100644 (file)
@@ -35,6 +35,7 @@ common_sources = files(
        'rte_keepalive.c',
        'rte_malloc.c',
        'rte_option.c',
+       'rte_random.c',
        'rte_reciprocal.c',
        'rte_service.c'
 )