Lines Matching full:dtc
213 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
275 # DTC
277 DTC ?= $(objtree)/scripts/dtc/dtc
318 quiet_cmd_dtc = DTC $@
319 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
320 $(DTC) -O $(patsubst .%,%,$(suffix $@)) -o $@ -b 0 \
322 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
323 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
325 $(obj)/%.dtb: $(src)/%.dts $(DTC) FORCE
326 $(call if_changed_dep,dtc)
337 $(call cmd_and_fixdep,dtc)
341 $(obj)/%.dt.yaml: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
342 $(call if_changed_rule,dtc,yaml)
344 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)