Lines Matching full:dtc
215 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
277 # DTC
279 DTC ?= $(objtree)/scripts/dtc/dtc
320 quiet_cmd_dtc = DTC $@
321 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
322 $(DTC) -O $(patsubst .%,%,$(suffix $@)) -o $@ -b 0 \
324 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
325 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
327 $(obj)/%.dtb: $(src)/%.dts $(DTC) FORCE
328 $(call if_changed_dep,dtc)
339 $(call cmd_and_fixdep,dtc)
343 $(obj)/%.dt.yaml: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
344 $(call if_changed_rule,dtc,yaml)
346 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)