Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Ddepmod.sh48 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE"
54 if test -n "$INSTALL_MOD_PATH"; then
55 set -- "$@" -b "$INSTALL_MOD_PATH"
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt138 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
142 INSTALL_MOD_PATH
144 INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
160 $(INSTALL_MOD_PATH)/lib/firmware
Dmodules.txt23 --- 5.1 INSTALL_MOD_PATH
125 be added with INSTALL_MOD_PATH (discussed in section 5).
399 --- 5.1 INSTALL_MOD_PATH
403 installation path using the variable INSTALL_MOD_PATH:
405 $ make INSTALL_MOD_PATH=/frodo modules_install
408 INSTALL_MOD_PATH may be set as an ordinary shell variable or,
Dmakefiles.txt1365 INSTALL_MOD_PATH, MODLIB
1367 $(INSTALL_MOD_PATH) specifies a prefix to $(MODLIB) for module
1373 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
/linux-4.1.27/scripts/package/
Dbuildtar60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
Dbuilddeb147 INSTALL_MOD_PATH="$tmpdir" $MAKE KBUILD_SRC= modules_install
/linux-4.1.27/
DMakefile828 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
1031 INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt359 make modules_install INSTALL_MOD_PATH=`pwd`/mnt ARCH=um