Home
last modified time | relevance | path

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

/linux/scripts/
A 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/
A DMakefile470 DEPMOD = depmod macro
1767 quiet_cmd_depmod = DEPMOD $(MODLIB)
1768 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
/linux/Documentation/kbuild/
A Dmakefiles.rst756 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \

Completed in 7 milliseconds