Searched refs:KBUILD_OUTPUT (Results 1 – 19 of 19) sorted by relevance
/linux/tools/testing/selftests/hid/ |
H 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}"
|
H A D | Makefile | 85 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux/tools/testing/selftests/bpf/ |
H A 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}"
|
H A D | Makefile | 211 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux/scripts/dtc/ |
H A 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
|
H A D | dt_to_config | 290 --config ${KBUILD_OUTPUT}/.config \\
|
/linux/drivers/hid/bpf/progs/ |
H A D | Makefile | 25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux/tools/bpf/runqslower/ |
H A D | Makefile | 23 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux/tools/testing/selftests/ptp/ |
H A D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
/linux/tools/testing/selftests/net/rds/ |
H A D | config.sh | 8 unset KBUILD_OUTPUT
|
H A D | run.sh | 7 unset KBUILD_OUTPUT
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | Makefile | 41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux/tools/sched_ext/ |
H A D | Makefile | 77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
H A D | README.md | 124 2. If the KBUILD_OUTPUT= environment variable is defined, at 125 `$KBUILD_OUTPUT/vmlinux`
|
/linux/samples/hid/ |
H A D | Makefile | 166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/linux/tools/bpf/bpftool/ |
H A D | Makefile | 199 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/linux/samples/bpf/ |
H A D | Makefile | 309 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/linux/ |
H A D | Makefile | 184 KBUILD_OUTPUT := $(O) macro 188 ifdef KBUILD_OUTPUT 189 objtree := $(realpath $(KBUILD_OUTPUT)) 205 output := $(KBUILD_OUTPUT)
|
/linux/tools/perf/ |
H A D | Makefile.perf | 1200 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|