Searched refs:KBUILD_OUTPUT (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/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 255 if is_rel_path "${KBUILD_OUTPUT}"; then 256 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")" 258 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}" 259 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
|
D | Makefile | 83 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | vmtest.sh | 59 If you build your kernel using KBUILD_OUTPUT= or O= options, these 66 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm 396 if is_rel_path "${KBUILD_OUTPUT}"; then 397 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")" 399 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}" 400 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
|
D | Makefile | 156 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v6.6/tools/testing/selftests/ |
D | lib.mk | 48 KBUILD_OUTPUT := $(O) 51 ifneq ($(KBUILD_OUTPUT),) 54 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
|
D | Makefile | 142 KBUILD_OUTPUT := $(O) macro 145 ifneq ($(KBUILD_OUTPUT),) 148 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
|
/Linux-v6.6/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-v6.6/drivers/hid/bpf/entrypoints/ |
D | Makefile | 25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v6.6/tools/bpf/runqslower/ |
D | Makefile | 22 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v6.6/tools/testing/selftests/ptp/ |
D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
/Linux-v6.6/samples/hid/ |
D | Makefile | 166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/Linux-v6.6/Documentation/dev-tools/ |
D | kselftest.rst | 62 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-v6.6/tools/bpf/bpftool/ |
D | Makefile | 193 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/Linux-v6.6/samples/bpf/ |
D | Makefile | 321 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/Linux-v6.6/Documentation/kbuild/ |
D | kbuild.rst | 128 KBUILD_OUTPUT section in Environment variables 134 Setting "O=..." takes precedence over KBUILD_OUTPUT.
|
/Linux-v6.6/ |
D | Makefile | 180 KBUILD_OUTPUT := $(O) macro 183 ifneq ($(KBUILD_OUTPUT),) 186 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
|
/Linux-v6.6/tools/perf/ |
D | Makefile.perf | 1074 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|