Searched refs:srcroot (Results 1 – 8 of 8) sorted by relevance
198 srcroot := $(realpath $(KBUILD_EXTMOD)) macro205 export objtree srcroot256 srcroot := $(abs_srctree) macro259 ifeq ($(srcroot),$(CURDIR))267 else ifeq ($(srcroot),$(CURDIR))269 srcroot := . macro270 else ifeq ($(srcroot)/,$(dir $(CURDIR)))272 srcroot := .. macro278 export VPATH := $(srcroot)683 @if [ -f $(srcroot)/modules.order ]; then \[all …]
31 local mod_source_files=$(sed "s|^\(.*\)\.o$|${srcroot}/\1.c|" $mod.mod)
6 src := $(srcroot)/$(obj)
117 src := $(srcroot)
83 OPTIONS="--dir $srcroot $COCCIINCLUDE"
257 OPTIONS="--dir $srcroot $COCCIINCLUDE"259 Here, $srcroot refers to the source directory of the target: it points to the
449 $(srcroot)450 $(srcroot) refers to the root of the source you are building, which can be457 kernel, this is the same as $(srcroot).