Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
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"
H A DMakefile.modinst130 quiet_cmd_depmod = DEPMOD $(MODLIB)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmodule.bbclass63 oe_runmake DEPMOD=echo MODLIB="${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}" \
H A Dkernel.bbclass465 …oe_runmake DEPMOD=echo MODLIB=${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION} INSTALL_FW_PATH…
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst691 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \