Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/hid/
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}"
DMakefile87 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.12.1/tools/testing/selftests/bpf/
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}"
DMakefile230 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.12.1/tools/testing/selftests/
DMakefile166 KBUILD_OUTPUT := $(O) macro
169 ifneq ($(KBUILD_OUTPUT),)
172 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
/linux-6.12.1/scripts/dtc/
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
Ddt_to_config290 --config ${KBUILD_OUTPUT}/.config \\
/linux-6.12.1/drivers/hid/bpf/progs/
DMakefile25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.12.1/tools/bpf/runqslower/
DMakefile23 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.12.1/tools/testing/selftests/ptp/
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux-6.12.1/tools/testing/selftests/net/rds/
Dconfig.sh8 unset KBUILD_OUTPUT
Drun.sh7 unset KBUILD_OUTPUT
/linux-6.12.1/tools/testing/selftests/sched_ext/
DMakefile41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.12.1/tools/sched_ext/
DMakefile77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
DREADME.md124 2. If the KBUILD_OUTPUT= environment variable is defined, at
125 `$KBUILD_OUTPUT/vmlinux`
/linux-6.12.1/samples/hid/
DMakefile165 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux-6.12.1/Documentation/dev-tools/
Dkselftest.rst62 To build, save output files in a separate directory with KBUILD_OUTPUT ::
64 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
66 The O= assignment takes precedence over the KBUILD_OUTPUT environment
97 To build, save output files in a separate directory with KBUILD_OUTPUT ::
99 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
/linux-6.12.1/tools/bpf/bpftool/
DMakefile194 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-6.12.1/samples/bpf/
DMakefile333 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux-6.12.1/Documentation/kbuild/
Dkbuild.rst133 KBUILD_OUTPUT section in Environment variables
144 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/linux-6.12.1/
DMakefile181 KBUILD_OUTPUT := $(O) macro
184 ifneq ($(KBUILD_OUTPUT),)
188 abs_objtree := $(realpath $(KBUILD_OUTPUT))
/linux-6.12.1/tools/perf/
DMakefile.perf1214 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \