Home
last modified time | relevance | path

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

/device/board/hihope/dayu210/kernel/
H A Dmake-ohos.sh29 if [ ${KBUILD_OUTPUT} ]; then
30 OBJ_PATH=${KBUILD_OUTPUT}/
/device/board/hihope/rk3568/kernel/
H A Dbuild_kernel.sh55 export KBUILD_OUTPUT=${KERNEL_OBJ_TMP_PATH}
/device/soc/rockchip/common/sdk_linux/
H A DMakefile116 # 2) Set KBUILD_OUTPUT
117 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
118 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
120 # The O= assignment takes precedence over the KBUILD_OUTPUT environment
125 KBUILD_OUTPUT := $(O) macro
128 ifneq ($(KBUILD_OUTPUT),)
131 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
133 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
139 endif # ifneq ($(KBUILD_OUTPUT),)
[all...]

Completed in 3 milliseconds