Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dvmtest.sh37 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}"
A DMakefile136 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux/tools/testing/selftests/arm64/
A DMakefile22 ifeq ($(KBUILD_OUTPUT),)
26 khdr_dir = $(KBUILD_OUTPUT)/kselftest/usr/include
/linux/scripts/dtc/
A Ddtx_diff279 __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
A Ddt_to_config290 --config ${KBUILD_OUTPUT}/.config \\
/linux/tools/bpf/runqslower/
A DMakefile20 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux/tools/testing/selftests/ptp/
A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux/tools/testing/selftests/futex/functional/
A DMakefile3 -I$(KBUILD_OUTPUT)/kselftest/usr/include
/linux/Documentation/dev-tools/
A Dkselftest.rst53 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/tools/testing/selftests/
A DMakefile119 ifneq ($(KBUILD_OUTPUT),)
120 BUILD := $(KBUILD_OUTPUT)/kselftest
/linux/tools/bpf/bpftool/
A DMakefile165 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux/Documentation/kbuild/
A Dkbuild.rst100 KBUILD_OUTPUT section in Environment variables
106 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/linux/samples/bpf/
A DMakefile349 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux/
A DMakefile161 KBUILD_OUTPUT := $(O) macro
164 ifneq ($(KBUILD_OUTPUT),)
167 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
/linux/tools/perf/
A DMakefile.perf1058 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \

Completed in 22 milliseconds