Home
last modified time | relevance | path

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

/linux-6.15/
H A DMakefile198 srcroot := $(realpath $(KBUILD_EXTMOD)) macro
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
278 export VPATH := $(srcroot)
683 @if [ -f $(srcroot)/modules.order ]; then \
[all …]
/linux-6.15/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-6.15/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-6.15/Documentation/kbuild/
H A Dmakefiles.rst449 $(srcroot)
450 $(srcroot) refers to the root of the source you are building, which can be
457 kernel, this is the same as $(srcroot).