Searched refs:srcroot (Results 1 – 7 of 7) sorted by relevance
198 srcroot := $(realpath $(KBUILD_EXTMOD)) macro 199 $(if $(srcroot),,$(error specified external module directory "$(KBUILD_EXTMOD)" does not exist))205 export objtree srcroot256 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...]
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"
268 OPTIONS="--dir $srcroot $COCCIINCLUDE"270 Here, $srcroot refers to the source directory of the target: it points to the