Lines Matching refs:dtc
222 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
307 DTC ?= $(objtree)/scripts/dtc/dtc
351 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
354 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
355 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
358 $(call if_changed_dep,dtc)
361 $(call if_changed_dep,dtc)
364 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
380 $(call cmd_and_fixdep,dtc)
385 $(call if_changed_rule,dtc)
387 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)