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

/linux-master/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
190 # it also obeys environment variables O= and KBUILD_OUTPUT=
251 # O takes precedence over KBUILD_OUTPUT.
258 elif [[ "${KBUILD_OUTPUT:=""}" != "" ]]; then
259 if is_rel_path "${KBUILD_OUTPUT}"; then
260 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
262 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
263 make_command="${make_command} KBUILD_OUTPUT
[all...]
H A DMakefile84 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh61 If you build your kernel using KBUILD_OUTPUT= or O= options, these
68 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm
337 # it also obeys environment variables O= and KBUILD_OUTPUT=
390 # O takes precedence over KBUILD_OUTPUT.
397 elif [[ "${KBUILD_OUTPUT:=""}" != "" ]]; then
398 if is_rel_path "${KBUILD_OUTPUT}"; then
399 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
401 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
402 make_command="${make_command} KBUILD_OUTPUT
[all...]
H A DMakefile186 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-master/tools/bpf/runqslower/
H A DMakefile22 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-master/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 \\
/linux-master/tools/testing/selftests/
H A DMakefile142 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering
143 # KBUILD_OUTPUT with selftest objects and headers installed
152 KBUILD_OUTPUT := $(O) macro
155 ifneq ($(KBUILD_OUTPUT),)
158 abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
160 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
226 # 2. a separate output directory is specified using O= KBUILD_OUTPUT
227 # 3. a separate output directory is specified using KBUILD_OUTPUT
/linux-master/samples/hid/
H A DMakefile166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux-master/tools/bpf/bpftool/
H A DMakefile193 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux-master/samples/bpf/
H A DMakefile332 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux-master/
H A DMakefile180 # 2) Set KBUILD_OUTPUT
181 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
182 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
184 # The O= assignment takes precedence over the KBUILD_OUTPUT environment
189 KBUILD_OUTPUT := $(O) macro
192 ifneq ($(KBUILD_OUTPUT),)
194 $(shell mkdir -p "$(KBUILD_OUTPUT)")
196 abs_objtree := $(realpath $(KBUILD_OUTPUT))
197 $(if $(abs_objtree),,$(error failed to create output directory "$(KBUILD_OUTPUT)"))
198 endif # ifneq ($(KBUILD_OUTPUT),)
[all...]
/linux-master/tools/perf/
H A DMakefile.perf1126 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \

Completed in 887 milliseconds