mbuf: build on Windows
[dpdk.git] / lib / librte_eal / common / meson.build
index 3108442..c1d9f21 100644 (file)
@@ -7,10 +7,14 @@ if is_windows
        sources += files(
                'eal_common_bus.c',
                'eal_common_class.c',
+               'eal_common_config.c',
+               'eal_common_debug.c',
+               'eal_common_dev.c',
                'eal_common_devargs.c',
                'eal_common_dynmem.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',
@@ -26,6 +30,7 @@ if is_windows
                'malloc_elem.c',
                'malloc_heap.c',
                'rte_malloc.c',
+               'eal_common_timer.c',
        )
        subdir_done()
 endif
@@ -34,6 +39,8 @@ sources += files(
        'eal_common_bus.c',
        'eal_common_cpuflags.c',
        'eal_common_class.c',
+       'eal_common_config.c',
+       'eal_common_debug.c',
        'eal_common_devargs.c',
        'eal_common_dev.c',
        'eal_common_errno.c',