Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/
H A DMakefile22 ifeq ($(KBUILD_OUTPUT),)
26 khdr_dir = $(KBUILD_OUTPUT)/kselftest/usr/include
/OK3568_Linux_fs/kernel/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 \\
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A DMakefile110 ifneq ($(KBUILD_OUTPUT),)
111 BUILD := $(KBUILD_OUTPUT)/kselftest
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/ipset/
H A Dipset_7.15.bb17 EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmodule-base.bbclass14 export KBUILD_OUTPUT = "${STAGING_KERNEL_BUILDDIR}"
H A Dkernel-yocto.bbclass708 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT"
709 KBUILD_OUTPUT = "${B}"
H A Dkernel.bbclass22 KBUILD_OUTPUT = "${B}"
23 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT"
/OK3568_Linux_fs/buildroot/package/linuxptp/
H A Dlinuxptp.mk17 KBUILD_OUTPUT=$(STAGING_DIR)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/
H A Dbuild-Allow-CC-and-prefix-to-be-overriden.patch18 KBUILD_OUTPUT =
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/
H A Dlinuxptp_3.1.1.bb18 export KBUILD_OUTPUT="${RECIPE_SYSROOT}"
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A DMakefile126 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/OK3568_Linux_fs/u-boot/
H A DMakefile125 KBUILD_OUTPUT := $(O) macro
135 ifneq ($(KBUILD_OUTPUT),)
138 saved-output := $(KBUILD_OUTPUT)
139 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro
141 $(if $(KBUILD_OUTPUT),, \
150 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
H A DREADME3733 2. Set environment variable KBUILD_OUTPUT to point to the desired location:
3735 export KBUILD_OUTPUT=/tmp/build
3740 Note that the command line "O=" setting overrides the KBUILD_OUTPUT environment
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkbuild.rst111 KBUILD_OUTPUT section in Environment variables
117 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A DMakefile144 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.kwbimage33 export KBUILD_OUTPUT=/tmp/build
/OK3568_Linux_fs/kernel/
H A DMakefile-bak116 # 2) Set KBUILD_OUTPUT
117 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
118 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
120 # The O= assignment takes precedence over the KBUILD_OUTPUT environment
125 KBUILD_OUTPUT := $(O)
128 ifneq ($(KBUILD_OUTPUT),)
131 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
133 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
139 endif # ifneq ($(KBUILD_OUTPUT),)
H A DMakefile125 KBUILD_OUTPUT := $(O) macro
128 ifneq ($(KBUILD_OUTPUT),)
131 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)