Lines Matching defs:directory

29 # their own directory. If in some directory we have a dependency on
140 # directory of external module to build. Setting M= takes precedence.
149 $(error module directory path cannot contain '$x')))
158 # Kbuild will save output files in the current working directory.
172 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
178 # Do we want to change the working directory?
188 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
195 $(error source directory cannot contain spaces or colons)
211 # Suppress "Entering directory ..." if we are at the final work directory.
212 no-print-directory := --no-print-directory
214 # Recursion to show "Entering directory ..."
218 ifeq ($(filter --no-print-directory, $(MAKEFLAGS)),)
219 # If --no-print-directory is unset, recurse once again to set it.
232 # Invoke a second make in the output directory, passing relevant variables
234 $(Q)$(MAKE) $(no-print-directory) -C $(abs_objtree) \
548 # Use LINUXINCLUDE when you must reference the include/ directory.
638 # outputmakefile generates a Makefile in the output directory, if using a
639 # separate output directory. This allows convenient use of make in the
640 # output directory.
642 # ignore whole output directory
663 { echo "# this is build directory, ignore it"; echo "*"; } > .gitignore
1090 # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
1337 # tools/bpf/resolve_btfids directory might not exist
1338 # in output directory, skip its clean in that case
1727 # We `grep` afterwards in order to remove the directory entry itself.
1799 @echo ' clean - remove generated files in module directory only'