build: remove deprecated cpuflag macros
[dpdk.git] / lib / librte_eal / common / meson.build
index 5f9032c..9f32262 100644 (file)
@@ -9,10 +9,12 @@ if is_windows
                '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',
@@ -29,6 +31,7 @@ if is_windows
                'malloc_heap.c',
                'rte_malloc.c',
                'eal_common_timer.c',
+               'rte_service.c',
        )
        subdir_done()
 endif