/linux-6.14.4/tools/testing/selftests/hid/ |
D | vmtest.sh | 45 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}"
|
D | Makefile | 85 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | vmtest.sh | 82 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}"
|
D | Makefile | 211 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux-6.14.4/scripts/dtc/ |
D | dtx_diff | 275 __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
|
D | dt_to_config | 290 --config ${KBUILD_OUTPUT}/.config \\
|
/linux-6.14.4/tools/testing/selftests/ |
D | Makefile | 169 KBUILD_OUTPUT := $(O) macro 172 ifneq ($(KBUILD_OUTPUT),) 175 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
|
/linux-6.14.4/drivers/hid/bpf/progs/ |
D | Makefile | 25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/ |
D | kbuild.rst | 133 KBUILD_OUTPUT section in 环境变量 142 设置 "O=..." 优先于 KBUILD_OUTPUT。
|
/linux-6.14.4/tools/bpf/runqslower/ |
D | Makefile | 24 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux-6.14.4/tools/testing/selftests/ptp/ |
D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
/linux-6.14.4/tools/testing/selftests/net/rds/ |
D | config.sh | 8 unset KBUILD_OUTPUT
|
D | run.sh | 7 unset KBUILD_OUTPUT
|
/linux-6.14.4/tools/testing/selftests/sched_ext/ |
D | Makefile | 41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux-6.14.4/samples/hid/ |
D | Makefile | 166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/linux-6.14.4/tools/sched_ext/ |
D | Makefile | 77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
D | README.md | 124 2. If the KBUILD_OUTPUT= environment variable is defined, at 125 `$KBUILD_OUTPUT/vmlinux`
|
/linux-6.14.4/Documentation/dev-tools/ |
D | kselftest.rst | 71 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.14.4/tools/bpf/bpftool/ |
D | Makefile | 199 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux-6.14.4/samples/bpf/ |
D | Makefile | 309 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/linux-6.14.4/Documentation/kbuild/ |
D | kbuild.rst | 144 KBUILD_OUTPUT section in Environment variables 155 Setting "O=..." takes precedence over KBUILD_OUTPUT.
|
/linux-6.14.4/ |
D | Makefile | 184 KBUILD_OUTPUT := $(O) macro 188 ifdef KBUILD_OUTPUT 189 objtree := $(realpath $(KBUILD_OUTPUT)) 205 output := $(KBUILD_OUTPUT)
|
/linux-6.14.4/tools/perf/ |
D | Makefile.perf | 1200 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|