]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/meson.build
common/sfc_efx/base: add NIC magic check on BAR lookup
[dpdk.git] / lib / librte_eal / meson.build
index e301f45585023d369308ce351c8e7e95f54215a1..8d492897d5d32670e81df0dd987e61e08f5d9761 100644 (file)
@@ -6,6 +6,10 @@ subdir('include')
 
 subdir('common')
 
+if not is_windows
+       subdir('unix')
+endif
+
 dpdk_conf.set('RTE_EXEC_ENV_' + exec_env.to_upper(), 1)
 subdir(exec_env)