/openbmc/linux/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 45 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 D | Makefile | 86 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 59 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 D | Makefile | 165 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/openbmc/linux/tools/testing/selftests/ |
H A D | Makefile | 142 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 D | dtx_diff | 275 __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 D | dt_to_config | 290 --config ${KBUILD_OUTPUT}/.config \\
|
/openbmc/linux/drivers/hid/bpf/entrypoints/ |
H A D | Makefile | 25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/openbmc/linux/tools/bpf/runqslower/ |
H A D | Makefile | 23 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | README | 90 # 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 D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/ |
H A D | ipset_7.22.bb | 18 EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | module-base.bbclass | 20 export KBUILD_OUTPUT = "${STAGING_KERNEL_BUILDDIR}"
|
H A D | kernel-yocto.bbclass | 755 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT" 756 KBUILD_OUTPUT = "${B}"
|
H A D | kernel.bbclass | 31 KBUILD_OUTPUT = "${B}" 32 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/ |
H A D | linuxptp_4.4.bb | 20 export KBUILD_OUTPUT="${RECIPE_SYSROOT}"
|
/openbmc/linux/samples/hid/ |
H A D | Makefile | 166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 62 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 D | Makefile | 123 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 D | Makefile | 193 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
/openbmc/linux/samples/bpf/ |
H A D | Makefile | 325 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
/openbmc/u-boot/doc/ |
H A D | README.kwbimage | 33 export KBUILD_OUTPUT=/tmp/build
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kbuild.rst | 128 KBUILD_OUTPUT section in Environment variables 134 Setting "O=..." takes precedence over KBUILD_OUTPUT.
|
/openbmc/linux/ |
H A D | Makefile | 171 # 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 D | Makefile.perf | 1078 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|