Home
last modified time | relevance | path

Searched refs:KBUILD_OUTPUT (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/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
189 # it also obeys environment variables O= and KBUILD_OUTPUT=
247 # O takes precedence over KBUILD_OUTPUT.
254 elif [[ "${KBUILD_OUTPUT:=""}" != "" ]]; then
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
[all...]
H A DMakefile83 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/kernel/linux/linux-6.6/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
335 # it also obeys environment variables O= and KBUILD_OUTPUT=
388 # O takes precedence over KBUILD_OUTPUT.
395 elif [[ "${KBUILD_OUTPUT:=""}" != "" ]]; then
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
[all...]
H A DMakefile156 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/
H A DMakefile22 ifeq ($(KBUILD_OUTPUT),)
25 # the KSFT preferred location when KBUILD_OUTPUT is set
26 khdr_dir = $(KBUILD_OUTPUT)/kselftest/usr/include
/kernel/linux/linux-5.10/tools/testing/selftests/
H A DMakefile99 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering
100 # KBUILD_OUTPUT with selftest objects and headers installed
109 KBUILD_OUTPUT := $(O) macro
112 ifneq ($(KBUILD_OUTPUT),)
115 abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
117 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
154 # O= KBUILD_OUTPUT cases don't run into this error, since main Makefile
208 # 2. a separate output directory is specified using O= KBUILD_OUTPUT
209 # 3. a separate output directory is specified using KBUILD_OUTPUT
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/
H A DMakefile132 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering
133 # KBUILD_OUTPUT with selftest objects and headers installed
142 KBUILD_OUTPUT := $(O) macro
145 ifneq ($(KBUILD_OUTPUT),)
148 abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
150 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
214 # 2. a separate output directory is specified using O= KBUILD_OUTPUT
215 # 3. a separate output directory is specified using KBUILD_OUTPUT
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H A DMakefile25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A DMakefile22 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtx_diff274 if [ "${KBUILD_OUTPUT:0:2}" = ".." ] ; then
275 __KBUILD_OUTPUT="${srctree}/${KBUILD_OUTPUT}"
276 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
279 __KBUILD_OUTPUT="${KBUILD_OUTPUT}"
313 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
H A Ddt_to_config274 --config \${KBUILD_OUTPUT}/.config \\
280 --config \${KBUILD_OUTPUT}/.config \\
290 --config ${KBUILD_OUTPUT}/.config \\
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtx_diff274 if [ "${KBUILD_OUTPUT:0:2}" = ".." ] ; then
275 __KBUILD_OUTPUT="${srctree}/${KBUILD_OUTPUT}"
276 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
279 __KBUILD_OUTPUT="${KBUILD_OUTPUT}"
313 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
H A Ddt_to_config274 --config \${KBUILD_OUTPUT}/.config \\
280 --config \${KBUILD_OUTPUT}/.config \\
290 --config ${KBUILD_OUTPUT}/.config \\
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile126 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile193 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/kernel/linux/linux-6.6/samples/hid/
H A DMakefile166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/kernel/linux/build/
H A Dkernel.mk78 export KBUILD_OUTPUT=$(KERNEL_OBJ_TMP_PATH) macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A DMakefile142 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile321 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/kernel/linux/linux-5.10/
H A DMakefile123 # 2) Set KBUILD_OUTPUT
124 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
125 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
127 # The O= assignment takes precedence over the KBUILD_OUTPUT environment
132 KBUILD_OUTPUT := $(O) macro
135 ifneq ($(KBUILD_OUTPUT),)
138 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
140 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
146 endif # ifneq ($(KBUILD_OUTPUT),)
[all...]
/kernel/linux/linux-6.6/
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...]

Completed in 13 milliseconds