Searched refs:srcroot (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/ |
D | Makefile | 201 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/ |
D | nsdeps | 31 local mod_source_files=$(sed "s|^\(.*\)\.o$|${srcroot}/\1.c|" $mod.mod)
|
D | Makefile.clean | 6 src := $(srcroot)/$(obj)
|
D | Makefile.modpost | 117 src := $(srcroot)
|
D | coccicheck | 83 OPTIONS="--dir $srcroot $COCCIINCLUDE"
|
D | Makefile.build | 6 src := $(srcroot)/$(obj)
|
/linux-6.14.4/Documentation/dev-tools/ |
D | coccinelle.rst | 257 OPTIONS="--dir $srcroot $COCCIINCLUDE" 259 Here, $srcroot refers to the source directory of the target: it points to the
|
/linux-6.14.4/rust/ |
D | Makefile | 394 $(rustc_sysroot) $(RUST_LIB_SRC) $(if $(KBUILD_EXTMOD),$(srcroot)) \
|
/linux-6.14.4/Documentation/kbuild/ |
D | makefiles.rst | 452 $(srcroot) 453 $(srcroot) refers to the root of the source you are building, which can be 460 kernel, this is the same as $(srcroot).
|