Searched refs:KBUILD_OUTPUT (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | vmtest.sh | 37 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}"
|
D | Makefile | 133 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v5.15/tools/testing/selftests/arm64/ |
D | Makefile | 22 ifeq ($(KBUILD_OUTPUT),) 26 khdr_dir = $(KBUILD_OUTPUT)/kselftest/usr/include
|
/Linux-v5.15/scripts/dtc/ |
D | dtx_diff | 279 __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
|
D | dt_to_config | 290 --config ${KBUILD_OUTPUT}/.config \\
|
/Linux-v5.15/tools/bpf/runqslower/ |
D | Makefile | 20 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v5.15/tools/testing/selftests/ptp/ |
D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
/Linux-v5.15/tools/testing/selftests/futex/functional/ |
D | Makefile | 3 -I$(KBUILD_OUTPUT)/kselftest/usr/include
|
/Linux-v5.15/tools/testing/selftests/ |
D | Makefile | 119 ifneq ($(KBUILD_OUTPUT),) 120 BUILD := $(KBUILD_OUTPUT)/kselftest
|
/Linux-v5.15/Documentation/dev-tools/ |
D | kselftest.rst | 53 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/ |
D | Makefile | 143 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v5.15/Documentation/kbuild/ |
D | kbuild.rst | 100 KBUILD_OUTPUT section in Environment variables 106 Setting "O=..." takes precedence over KBUILD_OUTPUT.
|
/Linux-v5.15/samples/bpf/ |
D | Makefile | 326 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/Linux-v5.15/ |
D | Makefile | 161 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/ |
D | Makefile.perf | 1050 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|