Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/
H A Dvmtest.sh
H A DMakefile85 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh91 If you build your kernel using KBUILD_OUTPUT= or O= options, these
98 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./test_progs -t test_lsm
457 if is_rel_path "${KBUILD_OUTPUT}"; then
458 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
460 kernel_bzimage="${KBUILD_OUTPUT}/${BZIMAGE}"
461 make_command="${make_command} KBUILD_OUTPUT=${KBUILD_OUTPUT}"
H A DMakefile231 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
307 $(if $(KBUILD_OUTPUT),KBUILD_OUTPUT=$(abspath $(KBUILD_OUTPUT)))\
/linux/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
/linux/tools/testing/selftests/
H A DMakefile182 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering
183 # KBUILD_OUTPUT with selftest objects and headers installed
192 KBUILD_OUTPUT := $(O)
195 ifneq ($(KBUILD_OUTPUT),)
198 abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
200 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
266 # 2. a separate output directory is specified using O= KBUILD_OUTPUT
267 # 3. a separate output directory is specified using KBUILD_OUTPUT
180 KBUILD_OUTPUT := $(O) global() macro
/linux/drivers/hid/bpf/progs/
H A DMakefile25 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux/tools/bpf/runqslower/
H A DMakefile
/linux/tools/testing/selftests/ptp/
H A Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux/tools/testing/selftests/net/rds/
H A Dconfig.sh8 unset KBUILD_OUTPUT
H A Drun.sh
/linux/tools/testing/selftests/sched_ext/
H A DMakefile41 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux/samples/hid/
H A DMakefile166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux/tools/sched_ext/
H A DMakefile77 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
H A DREADME.md117 2. If the KBUILD_OUTPUT= environment variable is defined, at
118 `$KBUILD_OUTPUT/vmlinux`
/linux/tools/bpf/bpftool/
H A DMakefile240 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
/linux/samples/bpf/
H A DMakefile309 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
/linux/
H A DMakefile173 # 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)
689 echo "export KBUILD_OUTPUT
[all...]
/linux/tools/perf/
H A DMakefile.perf