net/mlx5: enable debug logs dynamically
[dpdk.git] / drivers / common / mlx5 / windows / meson.build
index 1a40f95..16349c3 100644 (file)
@@ -5,6 +5,7 @@ includes += include_directories('.')
 
 sources += files(
        'mlx5_glue.c',
+       'mlx5_common_os.c',
 )
 
 res_lib = run_command(python3, '-c', 'import os; print(os.environ["DEVX_LIB_PATH"])')
@@ -38,3 +39,7 @@ if get_option('buildtype').contains('debug')
 else
        cflags += [ '-UPEDANTIC' ]
 endif
+
+# Generate an empty mlx5_autoconf.h file for compatibility with Linux
+config = configuration_data()
+configure_file(output : 'mlx5_autoconf.h', configuration : config)