Lines Matching refs:srctree
136 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
140 $(srctree)/scripts/gcc-version.sh -p $(CC))
163 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
175 build := -f $(srctree)/scripts/Makefile.build obj
181 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
187 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
193 clean := -f $(srctree)/scripts/Makefile.clean obj
199 hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
201 # Prefix -I with $(srctree) if it is not an absolute path.
204 $(if $(filter-out -I/%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1))) $(1))
329 # tree but not the build tree, define FOO_SRCPREFIX as $(srctree)/ to
352 ifneq ($$(wildcard $$(srctree)/$$($(1)_FILENAME)),)
353 $(1)_SRCPREFIX := $(srctree)/