Lines Matching refs:srctree
150 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
157 binutils-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/binutils-version.sh $(AS))
158 dtc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/dtc-version.sh $(DTC))
176 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
188 build := -f $(srctree)/scripts/Makefile.build obj
194 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
200 dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj
206 clean := -f $(srctree)/scripts/Makefile.clean obj
212 hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
214 # Prefix -I with $(srctree) if it is not an absolute path.
217 $(if $(filter-out -I/% -I./% -I../%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1)),$(1)),$(1))