| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/ |
| H A D | Makefile | 22 ifeq ($(KBUILD_OUTPUT),) 26 khdr_dir = $(KBUILD_OUTPUT)/kselftest/usr/include
|
| /OK3568_Linux_fs/kernel/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 \\
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/ |
| H A D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kselftest.rst | 53 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 D | Makefile | 110 ifneq ($(KBUILD_OUTPUT),) 111 BUILD := $(KBUILD_OUTPUT)/kselftest
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/ipset/ |
| H A D | ipset_7.15.bb | 17 EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}"
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | module-base.bbclass | 14 export KBUILD_OUTPUT = "${STAGING_KERNEL_BUILDDIR}"
|
| H A D | kernel-yocto.bbclass | 708 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT" 709 KBUILD_OUTPUT = "${B}"
|
| H A D | kernel.bbclass | 22 KBUILD_OUTPUT = "${B}" 23 OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT"
|
| /OK3568_Linux_fs/buildroot/package/linuxptp/ |
| H A D | linuxptp.mk | 17 KBUILD_OUTPUT=$(STAGING_DIR)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/ |
| H A D | build-Allow-CC-and-prefix-to-be-overriden.patch | 18 KBUILD_OUTPUT =
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/ |
| H A D | linuxptp_3.1.1.bb | 18 export KBUILD_OUTPUT="${RECIPE_SYSROOT}"
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | Makefile | 126 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Makefile | 125 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 D | README | 3733 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 D | kbuild.rst | 111 KBUILD_OUTPUT section in Environment variables 117 Setting "O=..." takes precedence over KBUILD_OUTPUT.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | Makefile | 144 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.kwbimage | 33 export KBUILD_OUTPUT=/tmp/build
|
| /OK3568_Linux_fs/kernel/ |
| H A D | Makefile-bak | 116 # 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 D | Makefile | 125 KBUILD_OUTPUT := $(O) macro 128 ifneq ($(KBUILD_OUTPUT),) 131 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
|