Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/lib/py/
Dynl.py5 from .consts import KSRC, KSFT_DIR
19 tools_full_path = KSRC / "tools"
20 SPEC_PATH = KSRC / "Documentation/netlink/specs"
D__init__.py3 from .consts import KSRC
Dconsts.py7 KSRC = (Path(__file__).parent / "../../../../../..").resolve() variable
/linux-6.12.1/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-6.12.1/Documentation/translations/zh_TW/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-6.12.1/Documentation/dev-tools/
Dgcov.rst235 KSRC=$1
239 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
244 KSRC=$(cd $KSRC; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
247 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \
/linux-6.12.1/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