net/hns3: support fixed link speed
[dpdk.git] / lib / librte_eal / windows / meson.build
index 08c888e..42ff5c2 100644 (file)
@@ -5,9 +5,11 @@ subdir('include')
 
 sources += files(
        'eal.c',
+       'eal_alarm.c',
        'eal_debug.c',
        'eal_file.c',
        'eal_hugepages.c',
+       'eal_interrupts.c',
        'eal_lcore.c',
        'eal_log.c',
        'eal_memalloc.c',
@@ -17,6 +19,7 @@ sources += files(
        'eal_timer.c',
        'fnmatch.c',
        'getopt.c',
+       'rte_thread.c',
 )
 
 dpdk_conf.set10('RTE_EAL_NUMA_AWARE_HUGEPAGES', true)