Searched refs:abs_srctree (Results 1 - 2 of 2) sorted by path

/linux-master/
H A DMakefile42 abs_srctree := $(realpath $(dir $(this-makefile))) macro
200 ifneq ($(words $(subst :, ,$(abs_srctree))), 1)
241 -f $(abs_srctree)/Makefile $(MAKECMDGOALS)
247 ifeq ($(abs_srctree),$(abs_objtree))
252 ifeq ($(abs_srctree)/,$(dir $(abs_objtree)))
256 srctree := $(abs_srctree)
262 srctree := $(abs_srctree)
647 echo >&2 "*** in $(abs_srctree)";\
1735 $(Q)find $(abs_srctree) -type f -name '*.rs' \
1736 -o -path $(abs_srctree)/rus
[all...]
/linux-master/tools/testing/selftests/
H A DMakefile167 abs_srctree := $(shell cd $(top_srcdir) && pwd) macro
168 KHDR_INCLUDES := -isystem ${abs_srctree}/usr/include

Completed in 250 milliseconds