Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/
Ddepmod.sh10 DEPMOD=$1
20 if [ -z $(command -v $DEPMOD) ]; then
21 echo "Warning: 'make modules_install' requires $DEPMOD. Please install it." >&2
31 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then
48 "$DEPMOD" "$@" "$KERNELRELEASE"
/Linux-v6.1/
DMakefile516 DEPMOD = depmod macro
1916 quiet_cmd_depmod = DEPMOD $(MODLIB)
1917 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
/Linux-v6.1/Documentation/kbuild/
Dmakefiles.rst746 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \