Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Ddepmod.sh10 DEPMOD=$1
18 if [ -z $(command -v $DEPMOD) ]; then
19 echo "Warning: 'make modules_install' requires $DEPMOD. Please install it." >&2
29 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then
46 "$DEPMOD" "$@" "$KERNELRELEASE"
/Linux-v5.10/
DMakefile453 DEPMOD = /sbin/depmod macro
1937 quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
1938 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
/Linux-v5.10/Documentation/kbuild/
Dmakefiles.rst626 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \