Home
last modified time | relevance | path

Searched refs:DEPMOD (Results 1 – 1 of 1) sorted by relevance

/scripts/
Ddepmod.sh10 DEPMOD=$1
21 if [ -z $(command -v $DEPMOD) ]; then
22 echo "Warning: 'make modules_install' requires $DEPMOD. Please install it." >&2
32 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then
49 "$DEPMOD" "$@" "$KERNELRELEASE"