Lines Matching refs:KBUILD_OUTPUT
59 If you build your kernel using KBUILD_OUTPUT= or O= options, these
66 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm
335 # it also obeys environment variables O= and KBUILD_OUTPUT=
388 # O takes precedence over KBUILD_OUTPUT.
395 elif [[ "${KBUILD_OUTPUT:=""}" != "" ]]; then
396 if is_rel_path "${KBUILD_OUTPUT}"; then
397 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
399 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
400 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"