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
131 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd) macro132 $(if $(abs_objtree),, \136 abs_objtree := $(realpath $(abs_objtree)) macro138 abs_objtree := $(CURDIR) macro141 ifeq ($(abs_objtree),$(CURDIR))154 ifneq ($(abs_srctree),$(abs_objtree))173 export abs_srctree abs_objtree185 $(Q)$(MAKE) -C $(abs_objtree) -f $(abs_srctree)/Makefile $(MAKECMDGOALS)228 ifeq ($(abs_srctree),$(abs_objtree))233 ifeq ($(abs_srctree)/,$(dir $(abs_objtree)))