regex/mlx5: fix type of setup constants
[dpdk.git] / lib / librte_eal / x86 / include / meson.build
index f0e998c..549cc21 100644 (file)
@@ -11,12 +11,15 @@ arch_headers = files(
        'rte_cpuflags.h',
        'rte_cycles.h',
        'rte_io.h',
+       'rte_mcslock.h',
        'rte_memcpy.h',
-       'rte_prefetch.h',
        'rte_pause.h',
+       'rte_power_intrinsics.h',
+       'rte_prefetch.h',
        'rte_rtm.h',
        'rte_rwlock.h',
        'rte_spinlock.h',
+       'rte_ticketlock.h',
        'rte_vect.h',
 )
 install_headers(arch_headers, subdir: get_option('include_subdir_arch'))