Lines Matching full:dtc
222 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
305 # DTC
307 DTC ?= $(objtree)/scripts/dtc/dtc
350 quiet_cmd_dtc = DTC $@
351 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
352 $(DTC) -o $@ -b 0 \
354 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
355 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
357 $(obj)/%.dtb: $(src)/%.dts $(DTC) FORCE
358 $(call if_changed_dep,dtc)
360 $(obj)/%.dtbo: $(src)/%.dts $(DTC) FORCE
361 $(call if_changed_dep,dtc)
364 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
380 $(call cmd_and_fixdep,dtc)
384 $(obj)/%.dt.yaml: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
385 $(call if_changed_rule,dtc)
387 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)