Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst38 Build and run KBUILD_OUTPUT directory (make KBUILD_OUTPUT=)::
40 $ make KBUILD_OUTPUT=/tmp/kselftest kselftest
64 Build and run KBUILD_OUTPUT directory (make KBUILD_OUTPUT=)::
66 $ make KBUILD_OUTPUT=/tmp/kselftest TARGETS="size timers" kselftest
/Linux-v4.19/scripts/dtc/
Ddtx_diff259 __KBUILD_OUTPUT="${srctree}/${KBUILD_OUTPUT}"
260 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
263 __KBUILD_OUTPUT="${KBUILD_OUTPUT}"
300 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
Ddt_to_config291 --config ${KBUILD_OUTPUT}/.config \\
/Linux-v4.19/tools/testing/selftests/ptp/
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/Linux-v4.19/
DMakefile121 KBUILD_OUTPUT := $(O) macro
131 ifneq ($(KBUILD_OUTPUT),)
133 saved-output := $(KBUILD_OUTPUT)
134 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro
136 $(if $(KBUILD_OUTPUT),, \
146 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
/Linux-v4.19/tools/testing/selftests/
DMakefile70 BUILD := $(KBUILD_OUTPUT)
/Linux-v4.19/Documentation/kbuild/
Dkbuild.txt91 KBUILD_OUTPUT
95 Setting "O=..." takes precedence over KBUILD_OUTPUT.