Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddepmod.sh9 DEPMOD=$1
12 if ! "$DEPMOD" -V 2>/dev/null | grep -q module-init-tools; then
18 if ! test -r System.map -a -x "$DEPMOD"; then
26 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then
43 "$DEPMOD" "$@" "$KERNELRELEASE"