Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/hid/
H A Dvmtest.sh45 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
255 if is_rel_path "${KBUILD_OUTPUT}"; then
256 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
258 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
259 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
H A DMakefile86 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/openbmc/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh59 If you build your kernel using KBUILD_OUTPUT= or O= options, these
66 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm
396 if is_rel_path "${KBUILD_OUTPUT}"; then
397 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
399 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
400 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
H A DMakefile165 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/openbmc/linux/tools/testing/selftests/
H A DMakefile142 KBUILD_OUTPUT := $(O) macro
145 ifneq ($(KBUILD_OUTPUT),)
148 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
/openbmc/linux/scripts/dtc/
H A Ddtx_diff275 __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 Ddt_to_config290 --config ${KBUILD_OUTPUT}/.config \\
/openbmc/linux/drivers/hid/bpf/entrypoints/
H A DMakefile25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/openbmc/linux/tools/bpf/runqslower/
H A DMakefile23 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/openbmc/u-boot/board/st/stm32mp1/
H A DREADME90 # export KBUILD_OUTPUT=/path/to/output
93 # export KBUILD_OUTPUT=stm32mp15_basic
108 # export KBUILD_OUTPUT=stm32mp15_basic
113 # export KBUILD_OUTPUT=stm32mp15_basic
122 So in the output directory (selected by KBUILD_OUTPUT),
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/
H A Dipset_7.22.bb18 EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmodule-base.bbclass20 export KBUILD_OUTPUT = "${STAGING_KERNEL_BUILDDIR}"
H A Dkernel-yocto.bbclass755 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT"
756 KBUILD_OUTPUT = "${B}"
H A Dkernel.bbclass31 KBUILD_OUTPUT = "${B}"
32 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/
H A Dlinuxptp_4.4.bb20 export KBUILD_OUTPUT="${RECIPE_SYSROOT}"
/openbmc/linux/samples/hid/
H A DMakefile166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst62 To build, save output files in a separate directory with KBUILD_OUTPUT ::
64 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
66 The O= assignment takes precedence over the KBUILD_OUTPUT environment
97 To build, save output files in a separate directory with KBUILD_OUTPUT ::
99 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest
/openbmc/u-boot/
H A DMakefile123 KBUILD_OUTPUT := $(O) macro
133 ifneq ($(KBUILD_OUTPUT),)
136 saved-output := $(KBUILD_OUTPUT)
137 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro
139 $(if $(KBUILD_OUTPUT),, \
148 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile193 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/openbmc/linux/samples/bpf/
H A DMakefile325 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/openbmc/u-boot/doc/
H A DREADME.kwbimage33 export KBUILD_OUTPUT=/tmp/build
/openbmc/linux/Documentation/kbuild/
H A Dkbuild.rst128 KBUILD_OUTPUT section in Environment variables
134 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/openbmc/linux/
H A DMakefile171 # 2) Set KBUILD_OUTPUT
172 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
173 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
175 # The O= assignment takes precedence over the KBUILD_OUTPUT environment
180 KBUILD_OUTPUT := $(O) macro
183 ifneq ($(KBUILD_OUTPUT),)
186 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
188 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
192 endif # ifneq ($(KBUILD_OUTPUT),)
[all...]
/openbmc/linux/tools/perf/
H A DMakefile.perf1078 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \

12