Searched refs:SRCTREE (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/scripts/gdb/linux/
H A DMakefile3 SRCTREE := $(shell cd $(srctree) && /bin/pwd) macro
7 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
/linux-4.1.27/scripts/
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
30 if [ -z "$SRCTREE" ]; then
35 TMPD=$SRCTREE/.tmp_objdiff
54 echo $TMPD/$CMT${dir#$SRCTREE}
H A Ddocproc.c102 fprintf(stderr, "Environment variable SRCTREE: absolute path to sources.\n"); usage()
506 srctree = getenv("SRCTREE"); main()
H A Dkernel-doc2346 if (defined($ENV{'SRCTREE'})) {
2347 $file = "$ENV{'SRCTREE'}" . "/" . "@_";
/linux-4.1.27/Documentation/DocBook/
H A DMakefile81 cmd_docproc = SRCTREE=$(srctree)/ $(DOCPROC) doc $< >$@
88 echo $@: `SRCTREE=$(srctree) $(DOCPROC) depend $<`; \
/linux-4.1.27/scripts/kconfig/
H A Dlkc.h26 #define SRCTREE "srctree" bind_textdomain_codeset() macro
H A Dconfdata.c117 env = getenv(SRCTREE); conf_get_default_confname()
H A Dgconf.c1463 env = getenv(SRCTREE); main()
/linux-4.1.27/kernel/gcov/
H A Dfs.c64 static const char srctree[] = SRCTREE;

Completed in 209 milliseconds