Searched refs:DEPMOD (Results 1 - 2 of 2) sorted by last modified time

/linux-master/scripts/
H A DMakefile.modinst130 quiet_cmd_depmod = DEPMOD $(MODLIB)
H A Ddepmod.sh13 : ${DEPMOD:=depmod}
22 if [ -z $(command -v $DEPMOD) ]; then
23 echo "Warning: 'make modules_install' requires $DEPMOD. Please install it." >&2
32 exec "$DEPMOD" "$@" "$KERNELRELEASE"

Completed in 173 milliseconds