Searched refs:abs_objtree (Results 1 – 2 of 2) sorted by relevance
115 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd) macro116 $(if $(abs_objtree),, \119 abs_objtree := $(realpath $(abs_objtree)) macro120 BUILD := $(abs_objtree)/kselftest
138 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd) macro139 $(if $(abs_objtree),, \143 abs_objtree := $(realpath $(abs_objtree)) macro145 abs_objtree := $(CURDIR) macro148 ifeq ($(abs_objtree),$(CURDIR))161 ifneq ($(abs_srctree),$(abs_objtree))180 export abs_srctree abs_objtree192 $(Q)$(MAKE) -C $(abs_objtree) -f $(abs_srctree)/Makefile $(MAKECMDGOALS)235 ifeq ($(abs_srctree),$(abs_objtree))240 ifeq ($(abs_srctree)/,$(dir $(abs_objtree)))