Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/hid/
H A Dvmtest.sh45 If you build your kernel using KBUILD_OUTPUT= or O= options, these
52 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./tools/testing/selftests/hid/hid_bpf
259 if is_rel_path "${KBUILD_OUTPUT}"; then
260 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
262 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
263 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
H A DMakefile85 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.15/tools/testing/selftests/bpf/
H A Dvmtest.sh82 If you build your kernel using KBUILD_OUTPUT= or O= options, these
89 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm
439 if is_rel_path "${KBUILD_OUTPUT}"; then
440 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
442 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
443 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
H A DMakefile209 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.15/scripts/dtc/
H A Ddtx_diff275 __KBUILD_OUTPUT="${srctree}/${KBUILD_OUTPUT}"
276 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
279 __KBUILD_OUTPUT="${KBUILD_OUTPUT}"
316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
H A Ddt_to_config290 --config ${KBUILD_OUTPUT}/.config \\
/linux-6.15/tools/testing/selftests/
H A DMakefile173 KBUILD_OUTPUT := $(O) macro
176 ifneq ($(KBUILD_OUTPUT),)
179 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
/linux-6.15/drivers/hid/bpf/progs/
H A DMakefile25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.15/tools/bpf/runqslower/
H A DMakefile24 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.15/Documentation/translations/zh_CN/kbuild/
H A Dkbuild.rst133 KBUILD_OUTPUT section in 环境变量
142 设置 "O=..." 优先于 KBUILD_OUTPUT
/linux-6.15/tools/testing/selftests/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux-6.15/tools/testing/selftests/net/rds/
H A Dconfig.sh8 unset KBUILD_OUTPUT
H A Drun.sh7 unset KBUILD_OUTPUT
/linux-6.15/tools/testing/selftests/sched_ext/
H A DMakefile41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.15/samples/hid/
H A DMakefile166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux-6.15/tools/sched_ext/
H A DMakefile77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
H A DREADME.md124 2. If the KBUILD_OUTPUT= environment variable is defined, at
125 `$KBUILD_OUTPUT/vmlinux`
/linux-6.15/Documentation/dev-tools/
H A Dkselftest.rst71 To build, save output files in a separate directory with KBUILD_OUTPUT ::
73 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
75 The O= assignment takes precedence over the KBUILD_OUTPUT environment
106 To build, save output files in a separate directory with KBUILD_OUTPUT ::
108 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
/linux-6.15/tools/bpf/bpftool/
H A DMakefile204 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.15/samples/bpf/
H A DMakefile309 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux-6.15/Documentation/kbuild/
H A Dkbuild.rst144 KBUILD_OUTPUT section in Environment variables
155 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/linux-6.15/
H A DMakefile181 KBUILD_OUTPUT := $(O) macro
185 ifdef KBUILD_OUTPUT
186 objtree := $(realpath $(KBUILD_OUTPUT))
202 output := $(KBUILD_OUTPUT)
/linux-6.15/scripts/bash-completion/
H A Dmake132 O | KBUILD_OUTPUT | M | KBUILD_EXTMOD | MO | KBUILD_EXTMOD_OUTPUT | *_PATH)
/linux-6.15/tools/perf/
H A DMakefile.perf1218 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \