mem: extract common dynamic memory allocation
[dpdk.git] / lib / librte_eal / common / meson.build
index 55aaeb1..d91c222 100644 (file)
@@ -56,3 +56,7 @@ sources += files(
        'rte_reciprocal.c',
        'rte_service.c',
 )
+
+if is_linux
+       sources += files('eal_common_dynmem.c')
+endif