eal: move OS-specific sub-directories
[dpdk.git] / lib / librte_eal / linux / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 subdir('include')
5
6 sources += files('eal_alarm.c',
7                 'eal_cpuflags.c',
8                 'eal_debug.c',
9                 'eal_hugepage_info.c',
10                 'eal_interrupts.c',
11                 'eal_memalloc.c',
12                 'eal_lcore.c',
13                 'eal_log.c',
14                 'eal_thread.c',
15                 'eal_timer.c',
16                 'eal_vfio.c',
17                 'eal_vfio_mp_sync.c',
18                 'eal.c',
19                 'eal_memory.c',
20                 'eal_dev.c',
21 )
22
23 deps += ['kvargs']
24 if has_libnuma == 1
25         dpdk_conf.set10('RTE_EAL_NUMA_AWARE_HUGEPAGES', true)
26 endif