Lines Matching refs:srctree
5 ifeq ($(srctree),)
6 srctree := $(patsubst %/,%,$(dir $(CURDIR))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
10 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
26 INCLUDES := -I$(srctree)/tools/include \
27 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
28 -I$(srctree)/tools/arch/$(SRCARCH)/include \
29 -I$(srctree)/tools/objtool/include \
30 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \
61 export srctree OUTPUT CFLAGS SRCARCH AWK
62 include $(srctree)/tools/build/Makefile.include