Searched refs:KBUILD_OUTPUT (Results 1 – 3 of 3) sorted by relevance
132 KBUILD_OUTPUT := $(O) macro142 ifneq ($(KBUILD_OUTPUT),)145 saved-output := $(KBUILD_OUTPUT)146 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro148 $(if $(KBUILD_OUTPUT),, \157 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
3733 2. Set environment variable KBUILD_OUTPUT to point to the desired location:3735 export KBUILD_OUTPUT=/tmp/build3740 Note that the command line "O=" setting overrides the KBUILD_OUTPUT environment
33 export KBUILD_OUTPUT=/tmp/build