Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/
Dvmtest.sh54 If you build your kernel using KBUILD_OUTPUT= or O= options, these
61 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm
359 if is_rel_path "${KBUILD_OUTPUT}"; then
360 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
362 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
363 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
DMakefile136 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-5.19.10/tools/testing/selftests/
DMakefile123 KBUILD_OUTPUT := $(O) macro
126 ifneq ($(KBUILD_OUTPUT),)
129 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
/linux-5.19.10/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-5.19.10/tools/bpf/runqslower/
DMakefile20 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-5.19.10/tools/testing/selftests/ptp/
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux-5.19.10/Documentation/dev-tools/
Dkselftest.rst61 To build, save output files in a separate directory with KBUILD_OUTPUT ::
63 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
65 The O= assignment takes precedence over the KBUILD_OUTPUT environment
96 To build, save output files in a separate directory with KBUILD_OUTPUT ::
98 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
/linux-5.19.10/tools/bpf/bpftool/
DMakefile161 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-5.19.10/Documentation/kbuild/
Dkbuild.rst111 KBUILD_OUTPUT section in Environment variables
117 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/linux-5.19.10/samples/bpf/
DMakefile366 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux-5.19.10/
DMakefile161 KBUILD_OUTPUT := $(O) macro
164 ifneq ($(KBUILD_OUTPUT),)
167 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
/linux-5.19.10/tools/perf/
DMakefile.perf1055 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \