Lines Matching defs:KBUILD_OUTPUT
171 # 2) Set KBUILD_OUTPUT
172 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
173 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
175 # The O= assignment takes precedence over the KBUILD_OUTPUT environment
180 KBUILD_OUTPUT := $(O)
183 ifneq ($(KBUILD_OUTPUT),)
186 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
188 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
192 endif # ifneq ($(KBUILD_OUTPUT),)