Home
last modified time | relevance | path

Searched refs:KSRC (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/Documentation/translations/zh_CN/dev-tools/
Dgcov.rst214 KSRC=$1
218 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
223 KSRC=$(cd $KSRC; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
226 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \
/Linux-v5.15/Documentation/dev-tools/
Dgcov.rst224 KSRC=$1
228 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
233 KSRC=$(cd $KSRC; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
236 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \
/Linux-v5.15/tools/build/Documentation/
DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
31 KSRC - is the path to kernel sources
/Linux-v5.15/drivers/staging/r8188eu/
DMakefile70 KSRC ?= $(if $(KERNEL_SRC),$(KERNEL_SRC),/lib/modules/$(KVER)/build) macro