OSDN Git Service

crypto: api - Check spawn->alg under lock in crypto_drop_spawn
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / scripts / depmod.sh
index ea1e969..baedaef 100755 (executable)
@@ -15,9 +15,9 @@ if ! test -r System.map ; then
 fi
 
 if [ -z $(command -v $DEPMOD) ]; then
-       echo "'make modules_install' requires $DEPMOD. Please install it." >&2
+       echo "Warning: 'make modules_install' requires $DEPMOD. Please install it." >&2
        echo "This is probably in the kmod package." >&2
-       exit 1
+       exit 0
 fi
 
 # older versions of depmod don't support -P <symbol-prefix>