Searched refs:KBUILD_OUTPUT (Results 1 – 21 of 21) sorted by relevance
| /linux/tools/testing/selftests/hid/ |
| H A D | vmtest.sh | |
| H A D | Makefile | 85 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | vmtest.sh | 91 If you build your kernel using KBUILD_OUTPUT= or O= options, these 98 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm 448 if is_rel_path "${KBUILD_OUTPUT}"; then 449 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")" 451 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}" 452 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
|
| H A D | Makefile | 210 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /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
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 180 KBUILD_OUTPUT := $(O) macro 183 ifneq ($(KBUILD_OUTPUT),) 186 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Makefile | 25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /linux/tools/bpf/runqslower/ |
| H A D | Makefile | |
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | kbuild.rst | 143 KBUILD_OUTPUT section in 环境变量 152 设置 "O=..." 优先于 KBUILD_OUTPUT。
|
| /linux/tools/testing/selftests/ptp/ |
| H A D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
| /linux/tools/testing/selftests/net/rds/ |
| H A D | config.sh | 8 unset KBUILD_OUTPUT
|
| H A D | run.sh | 7 unset KBUILD_OUTPUT
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /linux/samples/hid/ |
| H A D | Makefile | 166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
| /linux/tools/sched_ext/ |
| H A D | Makefile | 77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| H A D | README.md | 124 2. If the KBUILD_OUTPUT= environment variable is defined, at 125 `$KBUILD_OUTPUT/vmlinux`
|
| /linux/tools/bpf/bpftool/ |
| H A D | Makefile | 204 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|
| /linux/samples/bpf/ |
| H A D | Makefile | 309 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
|
| /linux/Documentation/kbuild/ |
| H A D | kbuild.rst | 144 KBUILD_OUTPUT section in Environment variables 155 Setting "O=..." takes precedence over KBUILD_OUTPUT.
|
| /linux/ |
| H A D | Makefile | 173 # 2) Set KBUILD_OUTPUT 174 # Set the environment variable KBUILD_OUTPUT to point to the output directory. 175 # export KBUILD_OUTPUT=dir/to/store/output/files/; make 177 # The O= assignment takes precedence over the KBUILD_OUTPUT environment 181 KBUILD_OUTPUT := $(O) macro 185 ifdef KBUILD_OUTPUT 186 objtree := $(realpath $(KBUILD_OUTPUT)) 187 $(if $(objtree),,$(error specified kernel directory "$(KBUILD_OUTPUT)" does not exist)) 202 output := $(KBUILD_OUTPUT) 668 echo "export KBUILD_OUTPUT [all...] |
| /linux/tools/perf/ |
| H A D | Makefile.perf | 1216 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
|