Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/
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"
DMakefile.modinst130 quiet_cmd_depmod = DEPMOD $(MODLIB)
/Linux-v6.6/Documentation/kbuild/
Dmakefiles.rst691 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \