Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/
Dvmtest.sh37 If you build your kernel using KBUILD_OUTPUT= or O= options, these
44 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm
343 if is_rel_path "${KBUILD_OUTPUT}"; then
344 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
346 kernel_bzimage="${KBUILD_OUTPUT}/${X86_BZIMAGE}"
347 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
DMakefile133 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/Linux-v5.15/tools/testing/selftests/arm64/
DMakefile22 ifeq ($(KBUILD_OUTPUT),)
26 khdr_dir = $(KBUILD_OUTPUT)/kselftest/usr/include
/Linux-v5.15/scripts/dtc/
Ddtx_diff279 __KBUILD_OUTPUT="${srctree}/${KBUILD_OUTPUT}"
280 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
283 __KBUILD_OUTPUT="${KBUILD_OUTPUT}"
320 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
Ddt_to_config290 --config ${KBUILD_OUTPUT}/.config \\
/Linux-v5.15/tools/bpf/runqslower/
DMakefile20 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/Linux-v5.15/tools/testing/selftests/ptp/
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/Linux-v5.15/tools/testing/selftests/futex/functional/
DMakefile3 -I$(KBUILD_OUTPUT)/kselftest/usr/include
/Linux-v5.15/tools/testing/selftests/
DMakefile119 ifneq ($(KBUILD_OUTPUT),)
120 BUILD := $(KBUILD_OUTPUT)/kselftest
/Linux-v5.15/Documentation/dev-tools/
Dkselftest.rst53 To build, save output files in a separate directory with KBUILD_OUTPUT ::
55 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
57 The O= assignment takes precedence over the KBUILD_OUTPUT environment
88 To build, save output files in a separate directory with KBUILD_OUTPUT ::
90 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
/Linux-v5.15/tools/bpf/bpftool/
DMakefile143 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/Linux-v5.15/Documentation/kbuild/
Dkbuild.rst100 KBUILD_OUTPUT section in Environment variables
106 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/Linux-v5.15/samples/bpf/
DMakefile326 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/Linux-v5.15/
DMakefile161 KBUILD_OUTPUT := $(O) macro
164 ifneq ($(KBUILD_OUTPUT),)
167 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
/Linux-v5.15/tools/perf/
DMakefile.perf1050 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \