Searched refs:KSRC (Results 1 – 7 of 7) sorted by relevance
5 from .consts import KSRC, KSFT_DIR19 tools_full_path = KSRC / "tools"20 SPEC_PATH = KSRC / "Documentation/netlink/specs"
3 from .consts import KSRC
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve() variable
214 KSRC=$1218 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then223 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 \
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