Searched refs:KSRC (Results 1 – 5 of 5) sorted by relevance
5 from .consts import KSRC, KSFT_DIR19 tools_full_path = KSRC / "tools"20 SPEC_PATH = KSRC / "Documentation/netlink/specs"
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve() variable
7 from .consts import KSRC23 __all__ = ["KSRC",
235 KSRC=$1239 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then244 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 \
27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)31 KSRC - is the path to kernel sources