Home
last modified time | relevance | path

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

/tools/testing/selftests/hid/
A Dvmtest.sh45 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 DMakefile85 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/tools/testing/selftests/bpf/
A Dvmtest.sh91 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 DMakefile215 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/tools/testing/selftests/ptp/
A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/tools/testing/selftests/
A DMakefile177 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 DMakefile24 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/tools/testing/selftests/net/rds/
A Dconfig.sh8 unset KBUILD_OUTPUT
A Drun.sh7 unset KBUILD_OUTPUT
/tools/testing/selftests/sched_ext/
A DMakefile41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/tools/sched_ext/
A DMakefile77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
A DREADME.md124 2. If the KBUILD_OUTPUT= environment variable is defined, at
125 `$KBUILD_OUTPUT/vmlinux`
/tools/bpf/bpftool/
A DMakefile204 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/tools/perf/
A DMakefile.perf1218 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \

Completed in 31 milliseconds