Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/arm64/
DMakefile22 ifeq ($(KBUILD_OUTPUT),)
26 khdr_dir = $(KBUILD_OUTPUT)/kselftest/usr/include
/Linux-v5.10/scripts/dtc/
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
Ddt_to_config290 --config ${KBUILD_OUTPUT}/.config \\
/Linux-v5.10/tools/testing/selftests/ptp/
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/Linux-v5.10/tools/testing/selftests/
DMakefile109 ifneq ($(KBUILD_OUTPUT),)
110 BUILD := $(KBUILD_OUTPUT)/kselftest
/Linux-v5.10/Documentation/dev-tools/
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-v5.10/tools/bpf/bpftool/
DMakefile127 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/Linux-v5.10/Documentation/kbuild/
Dkbuild.rst100 KBUILD_OUTPUT section in Environment variables
106 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/Linux-v5.10/tools/testing/selftests/bpf/
DMakefile144 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/Linux-v5.10/
DMakefile125 KBUILD_OUTPUT := $(O) macro
128 ifneq ($(KBUILD_OUTPUT),)
131 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)