Searched refs:KBUILD_OUTPUT (Results 1 – 2 of 2) sorted by relevance
180 KBUILD_OUTPUT := $(O) macro198 KBUILD_OUTPUT := $(KBUILD_OUTPUT)/$(T) macro205 $(KBUILD_OUTPUT)/.config: ;207 ifneq ($(KBUILD_OUTPUT),)210 saved-output := $(KBUILD_OUTPUT)212 KBUILD_OUTPUT := $(subst /,\,$(KBUILD_OUTPUT)) macro213 KBUILD_OUTPUT := $(shell ( if not exist $(KBUILD_OUTPUT)\ mkdir $(KBUILD_OUTPUT) ) \ macro215 KBUILD_OUTPUT := $(subst \,/,$(KBUILD_OUTPUT)) macro217 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro221 $(if $(KBUILD_OUTPUT),, \[all …]
101 ifneq ($(KBUILD_OUTPUT),)
Completed in 23 milliseconds