Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/py/
H A Dynl.py5 from .consts import KSRC, KSFT_DIR
19 tools_full_path = KSRC / "tools"
20 SPEC_PATH = KSRC / "Documentation/netlink/specs"
H A Dconsts.py7 KSRC = (Path(__file__).parent / "../../../../../..").resolve() variable
H A D__init__.py7 from .consts import KSRC
23 __all__ = ["KSRC",
/linux/Documentation/dev-tools/
H A 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/tools/build/Documentation/
H A DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
31 KSRC - is the path to kernel sources