Searched refs:KBUILD_OUTPUT (Results 1 – 14 of 14) sorted by relevance
| /tools/testing/selftests/hid/ |
| A 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}"
|
| A D | Makefile | 85 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /tools/testing/selftests/bpf/ |
| A D | vmtest.sh | 91 If you build your kernel using KBUILD_OUTPUT= or O= options, these 98 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm 448 if is_rel_path "${KBUILD_OUTPUT}"; then 449 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")" 451 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}" 452 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
|
| A D | Makefile | 215 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /tools/testing/selftests/ptp/ |
| A D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
| /tools/testing/selftests/ |
| A D | Makefile | 177 KBUILD_OUTPUT := $(O) macro 180 ifneq ($(KBUILD_OUTPUT),) 183 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
|
| /tools/bpf/runqslower/ |
| A D | Makefile | 24 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /tools/testing/selftests/net/rds/ |
| A D | config.sh | 8 unset KBUILD_OUTPUT
|
| A D | run.sh | 7 unset KBUILD_OUTPUT
|
| /tools/testing/selftests/sched_ext/ |
| A D | Makefile | 41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /tools/sched_ext/ |
| A D | Makefile | 77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| A D | README.md | 124 2. If the KBUILD_OUTPUT= environment variable is defined, at 125 `$KBUILD_OUTPUT/vmlinux`
|
| /tools/bpf/bpftool/ |
| A D | Makefile | 204 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /tools/perf/ |
| A D | Makefile.perf | 1218 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
Completed in 31 milliseconds