Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/dtc/
Ddtx_diff268 __KBUILD_OUTPUT="${srctree}/${KBUILD_OUTPUT}"
269 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
272 __KBUILD_OUTPUT="${KBUILD_OUTPUT}"
309 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
Ddt_to_config290 --config ${KBUILD_OUTPUT}/.config \\
/Linux-v5.4/tools/testing/selftests/ptp/
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/Linux-v5.4/tools/testing/selftests/
DMakefile91 ifneq ($(KBUILD_OUTPUT),)
92 BUILD := $(KBUILD_OUTPUT)/kselftest
/Linux-v5.4/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.4/Documentation/kbuild/
Dkbuild.rst100 KBUILD_OUTPUT section in Environment variables
106 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/Linux-v5.4/
DMakefile121 KBUILD_OUTPUT := $(O) macro
124 ifneq ($(KBUILD_OUTPUT),)
127 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)