eal: do not create runtime dir in --no-shconf mode
[dpdk.git] / lib / librte_eal / common / meson.build
index 7d02191..8a3dcfe 100644 (file)
@@ -16,6 +16,7 @@ common_sources = files(
        'eal_common_launch.c',
        'eal_common_lcore.c',
        'eal_common_log.c',
+       'eal_common_memalloc.c',
        'eal_common_memory.c',
        'eal_common_memzone.c',
        'eal_common_options.c',
@@ -26,6 +27,7 @@ common_sources = files(
        'eal_common_timer.c',
        'malloc_elem.c',
        'malloc_heap.c',
+       'malloc_mp.c',
        'rte_keepalive.c',
        'rte_malloc.c',
        'rte_reciprocal.c',