Lines Matching refs:srctree
152 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
156 $(srctree)/scripts/gcc-version.sh -p $(CC))
178 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
190 build := -f $(srctree)/scripts/Makefile.build obj
196 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
202 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
208 clean := -f $(srctree)/scripts/Makefile.clean obj
214 hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
216 # Prefix -I with $(srctree) if it is not an absolute path.
219 $(if $(filter-out -I/%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1))) $(1))
344 # tree but not the build tree, define FOO_SRCPREFIX as $(srctree)/ to
367 ifneq ($$(wildcard $$(srctree)/$$($(1)_FILENAME)),)
368 $(1)_SRCPREFIX := $(srctree)/