Home
last modified time | relevance | path

Searched refs:KBUILD_OUTPUT (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/
H A DMakefile132 KBUILD_OUTPUT := $(O) macro
142 ifneq ($(KBUILD_OUTPUT),)
145 saved-output := $(KBUILD_OUTPUT)
146 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro
148 $(if $(KBUILD_OUTPUT),, \
157 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
H A DREADME3733 2. Set environment variable KBUILD_OUTPUT to point to the desired location:
3735 export KBUILD_OUTPUT=/tmp/build
3740 Note that the command line "O=" setting overrides the KBUILD_OUTPUT environment
/rk3399_rockchip-uboot/doc/
H A DREADME.kwbimage33 export KBUILD_OUTPUT=/tmp/build