crypto/dpaa2_sec: support AES-CMAC integrity check
[dpdk.git] / drivers / common / mlx5 / windows / meson.build
index d600d92..16349c3 100644 (file)
@@ -39,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)