Home
last modified time | relevance | path

Searched refs:SRCTREE (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/scripts/gdb/linux/
DMakefile4 SRCTREE := $(abspath $(srctree)) macro
8 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
18 $(obj)/constants.py: $(SRCTREE)/$(obj)/constants.py.in FORCE
/Linux-v4.19/scripts/
Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
30 if [ -z "$SRCTREE" ]; then
35 TMPD=$SRCTREE/.tmp_objdiff
/Linux-v4.19/scripts/package/
Dsnapcraft.template12 source: SRCTREE
/Linux-v4.19/scripts/dtc/
Ddtx_diff28 -s SRCTREE linux kernel source tree is at path SRCTREE
293 If not at the root of the Linux kernel source tree -s SRCTREE or -S
/Linux-v4.19/Documentation/translations/zh_CN/
DSubmittingPatches54 SRCTREE= linux-2.6
57 cd $SRCTREE
61 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
/Linux-v4.19/Documentation/translations/ja_JP/
DSubmittingPatches61 SRCTREE= linux-2.6
64 cd $SRCTREE
68 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
/Linux-v4.19/scripts/kconfig/
Dlkc.h17 #define SRCTREE "srctree" macro
Dconfdata.c153 env = getenv(SRCTREE); in conf_get_default_confname()
Dgconf.c1460 env = getenv(SRCTREE); in main()
/Linux-v4.19/kernel/gcov/
Dfs.c65 static const char srctree[] = SRCTREE;
/Linux-v4.19/Documentation/process/
Dsubmitting-patches.rst63 SRCTREE= linux
66 cd $SRCTREE
70 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch