Searched refs:KBUILD_OUTPUT (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/Documentation/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux-4.4.14/scripts/
H A Ddiffconfig87 if "KBUILD_OUTPUT" in os.environ:
88 build_dir = os.environ["KBUILD_OUTPUT"]+"/"
/linux-4.4.14/scripts/package/
H A DMakefile21 # Note that the rpm-pkg target cannot be used with KBUILD_OUTPUT,
37 echo "kernel source tree. Don't set KBUILD_OUTPUT, or use the"; \
/linux-4.4.14/
H A DMakefile105 # 2) Set KBUILD_OUTPUT
106 # Set the environment variable KBUILD_OUTPUT to point to the directory
108 # export KBUILD_OUTPUT=dir/to/store/output/files/
111 # The O= assignment takes precedence over the KBUILD_OUTPUT environment
121 KBUILD_OUTPUT := $(O) macro
131 ifneq ($(KBUILD_OUTPUT),)
134 saved-output := $(KBUILD_OUTPUT)
135 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro
137 $(if $(KBUILD_OUTPUT),, \
146 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
151 endif # ifneq ($(KBUILD_OUTPUT),)

Completed in 189 milliseconds