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