Home
last modified time | relevance | path

Searched refs:INSTALL_MOD_PATH (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/scripts/
Ddepmod.sh37 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE"
43 if test -n "$INSTALL_MOD_PATH"; then
44 set -- "$@" -b "$INSTALL_MOD_PATH"
/Linux-v5.4/scripts/package/
Dbuilddeb106 INSTALL_MOD_PATH="$tmpdir" $MAKE -f $srctree/Makefile modules_install
127 INSTALL_MOD_PATH="$tmpdir" $MAKE -f $srctree/Makefile modules_sign
Dbuildtar60 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
Dmkspec93 $M $MAKE %{?_smp_mflags} INSTALL_MOD_PATH=%{buildroot} modules_install
/Linux-v5.4/Documentation/kbuild/
Dkbuild.rst181 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
185 INSTALL_MOD_PATH section in Environment variables
187 INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
Dmodules.rst25 --- 5.1 INSTALL_MOD_PATH
132 be added with INSTALL_MOD_PATH (discussed in section 5).
421 5.1 INSTALL_MOD_PATH
426 installation path using the variable INSTALL_MOD_PATH::
428 $ make INSTALL_MOD_PATH=/frodo modules_install
431 INSTALL_MOD_PATH may be set as an ordinary shell variable or,
Dmakefiles.rst1449 INSTALL_MOD_PATH, MODLIB
1450 $(INSTALL_MOD_PATH) specifies a prefix to $(MODLIB) for module
1456 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
/Linux-v5.4/
DMakefile954 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
/Linux-v5.4/Documentation/virt/uml/
DUserModeLinux-HOWTO.txt359 make modules_install INSTALL_MOD_PATH=`pwd`/mnt ARCH=um