Home
last modified time | relevance | path

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

/linux-6.14.4/
DMakefile201 srcroot := $(realpath $(KBUILD_EXTMOD)) macro
202 $(if $(srcroot),,$(error specified external module directory "$(KBUILD_EXTMOD)" does not exist))
208 export objtree srcroot
259 srcroot := $(abs_srctree) macro
262 ifeq ($(srcroot),$(CURDIR))
270 else ifeq ($(srcroot),$(CURDIR))
272 srcroot := . macro
273 else ifeq ($(srcroot)/,$(dir $(CURDIR)))
275 srcroot := .. macro
278 export srctree := $(if $(KBUILD_EXTMOD),$(abs_srctree),$(srcroot))
[all …]
/linux-6.14.4/scripts/
Dnsdeps31 local mod_source_files=$(sed "s|^\(.*\)\.o$|${srcroot}/\1.c|" $mod.mod)
DMakefile.clean6 src := $(srcroot)/$(obj)
DMakefile.modpost117 src := $(srcroot)
Dcoccicheck83 OPTIONS="--dir $srcroot $COCCIINCLUDE"
DMakefile.build6 src := $(srcroot)/$(obj)
/linux-6.14.4/Documentation/dev-tools/
Dcoccinelle.rst257 OPTIONS="--dir $srcroot $COCCIINCLUDE"
259 Here, $srcroot refers to the source directory of the target: it points to the
/linux-6.14.4/rust/
DMakefile394 $(rustc_sysroot) $(RUST_LIB_SRC) $(if $(KBUILD_EXTMOD),$(srcroot)) \
/linux-6.14.4/Documentation/kbuild/
Dmakefiles.rst452 $(srcroot)
453 $(srcroot) refers to the root of the source you are building, which can be
460 kernel, this is the same as $(srcroot).