Lines Matching refs:KBUILD_OUTPUT
178 export KBUILD_OUTPUT := $(CURDIR)/out macro
180 KBUILD_OUTPUT := $(O) macro
186 -include $(KBUILD_OUTPUT)/.config
198 KBUILD_OUTPUT := $(KBUILD_OUTPUT)/$(T) macro
205 $(KBUILD_OUTPUT)/.config: ;
207 ifneq ($(KBUILD_OUTPUT),)
210 saved-output := $(KBUILD_OUTPUT)
212 KBUILD_OUTPUT := $(subst /,\,$(KBUILD_OUTPUT)) macro
213 KBUILD_OUTPUT := $(shell ( if not exist $(KBUILD_OUTPUT)\ mkdir $(KBUILD_OUTPUT) ) \ macro
214 && cd $(KBUILD_OUTPUT) && cd)
215 KBUILD_OUTPUT := $(subst \,/,$(KBUILD_OUTPUT)) macro
217 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro
221 $(if $(KBUILD_OUTPUT),, \
226 _dummy := $(shell echo T := $(T)> $(KBUILD_OUTPUT)/../.config)
228 _dummy := $(shell echo "T := $(T)" > $(KBUILD_OUTPUT)/../.config)
257 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
924 ifeq ($(KBUILD_OUTPUT),)
928 quiet_cmd_clean = RMDIR $(KBUILD_OUTPUT)
929 cmd_clean = $(call CMDRMDIR,$(KBUILD_OUTPUT))