]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/depmod.sh
Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / scripts / depmod.sh
index e5f0aad75b9649a5595e30d9c02d0f9d52858037..e083bcae343f3e71290e433b7fd50861fd819ca4 100755 (executable)
@@ -11,6 +11,7 @@ DEPMOD=$1
 KERNELRELEASE=$2
 
 if ! test -r System.map ; then
+       echo "Warning: modules_install: missing 'System.map' file. Skipping depmod." >&2
        exit 0
 fi