Lines Matching refs:srctree
53 local srctree=$2
59 keywords+=($(find "${srctree}/arch" -mindepth 1 -maxdepth 1 -type d -printf '%P\n'))
253 local srctree
254 srctree=$(__kbuild_get_srctree "${words[@]}")
259 if [[ ! -d ${srctree}/kernel || ! -d ${srctree}/Documentation ]]; then
304 __kbuild_handle_variable "${cur}" "${srctree}"
351 if [[ -f ${srctree}/${dir}/Kbuild ]]; then
352 kbuild_file=${srctree}/${dir}/Kbuild
355 if [[ -f ${srctree}/${dir}/Makefile ]]; then
356 kbuild_file=${srctree}/${dir}/Makefile
367 SRCARCH=${srcarch} obj=${dir} src=${srctree}/${dir} \
386 tmp=($(find "${srctree}/arch/${srcarch}/configs/${dir}" \
387 "${srctree}/kernel/configs/${dir}" \