Home
last modified time | relevance | path

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

/linux/
H A DMakefile198 srcroot := $(realpath $(KBUILD_EXTMOD)) macro
199 $(if $(srcroot),,$(error specified external module directory "$(KBUILD_EXTMOD)" does not exist))
205 export objtree srcroot
256 srcroot := $(abs_srctree) macro
259 ifeq ($(srcroot),$(CURDIR))
267 else ifeq ($(srcroot),$(CURDIR))
269 srcroot := . macro
270 else ifeq ($(srcroot)/,$(dir $(CURDIR)))
272 srcroot := .. macro
275 export srctree := $(if $(KBUILD_EXTMOD),$(abs_srctree),$(srcroot))
[all …]
/linux/scripts/
H A Dnsdeps31 local mod_source_files=$(sed "s|^\(.*\)\.o$|${srcroot}/\1.c|" $mod.mod)
H A DMakefile.clean6 src := $(srcroot)/$(obj)
H A DMakefile.modpost117 src := $(srcroot)
H A Dcoccicheck83 OPTIONS="--dir $srcroot $COCCIINCLUDE"
H A DMakefile.build6 src := $(srcroot)/$(obj)
/linux/Documentation/dev-tools/
H A Dcoccinelle.rst257 OPTIONS="--dir $srcroot $COCCIINCLUDE"
259 Here, $srcroot refers to the source directory of the target: it points to the
/linux/Documentation/kbuild/
H A Dmakefiles.rst453 $(srcroot)
454 $(srcroot) refers to the root of the source you are building, which can be
461 kernel, this is the same as $(srcroot).