New upstream version 18.05
[deb_dpdk.git] / lib / librte_eal / common / meson.build
index 82b8910..8a3dcfe 100644 (file)
@@ -11,10 +11,12 @@ common_sources = files(
        'eal_common_devargs.c',
        'eal_common_dev.c',
        'eal_common_errno.c',
+       'eal_common_fbarray.c',
        'eal_common_hexdump.c',
        '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',
@@ -25,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',
@@ -51,6 +54,7 @@ common_headers = files(
        'include/rte_eal_memconfig.h',
        'include/rte_eal_interrupts.h',
        'include/rte_errno.h',
+       'include/rte_fbarray.h',
        'include/rte_hexdump.h',
        'include/rte_interrupts.h',
        'include/rte_keepalive.h',