build: remove deprecated cpuflag macros
[dpdk.git] / lib / librte_eal / common / meson.build
index 55aaeb1..9f32262 100644 (file)
@@ -7,13 +7,31 @@ 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',
+               'eal_common_mcfg.c',
+               'eal_common_memalloc.c',
+               'eal_common_memory.c',
+               'eal_common_memzone.c',
                'eal_common_options.c',
+               'eal_common_string_fns.c',
+               'eal_common_tailqs.c',
                'eal_common_thread.c',
+               'eal_common_trace_points.c',
+               'malloc_elem.c',
+               'malloc_heap.c',
+               'rte_malloc.c',
+               'eal_common_timer.c',
+               'rte_service.c',
        )
        subdir_done()
 endif
@@ -22,6 +40,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',
@@ -56,3 +76,7 @@ sources += files(
        'rte_reciprocal.c',
        'rte_service.c',
 )
+
+if is_linux
+       sources += files('eal_common_dynmem.c')
+endif