net/bnxt: handle reset notify async event from FW
[dpdk.git] / drivers / crypto / mvsam / meson.build
index f1c8796..6d97dc8 100644 (file)
@@ -10,6 +10,7 @@ inc_dir = path + '/include'
 lib = cc.find_library('libmusdk', dirs: [lib_dir], required: false)
 if not lib.found()
        build = false
+       reason = 'missing dependency, "libmusdk"'
 else
        ext_deps += lib
        includes += include_directories(inc_dir)