Lines Matching refs:directory

25 # their own directory. If in some directory we have a dependency on
110 # Kbuild will save output files in the current working directory.
124 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
130 # Do we want to change the working directory?
140 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
149 # Suppress "Entering directory ..." unless we are changing the work directory.
150 MAKEFLAGS += --no-print-directory
158 $(error source directory cannot contain spaces or colons)
190 # Invoke a second make in the output directory, passing relevant variables
200 # Do not print "Entering directory ...",
201 # but we want to display it when entering to the output directory
203 MAKEFLAGS += --no-print-directory
223 # directory of external module to build. Setting M= takes precedence.
496 # Use LINUXINCLUDE when you must reference the include/ directory.
552 # outputmakefile generates a Makefile in the output directory, if using a
553 # separate output directory. This allows convenient use of make in the
554 # output directory.
556 # ignore whole output directory
571 { echo "# this is build directory, ignore it"; echo "*"; } > .gitignore
1071 # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
1138 # tools/bpf/resolve_btfids directory might not exist
1139 # in output directory, skip its clean in that case
1736 # Install the modules built in the module directory
1737 # Assumes install directory is already created
1761 @echo ' clean - remove generated files in module directory only'