Lines Matching full:dtc
245 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
340 # DTC
342 DTC ?= $(objtree)/scripts/dtc/dtc
391 quiet_cmd_dtc = DTC $@
392 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
393 $(DTC) -o $@ -b 0 \
395 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
396 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
399 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
418 $(obj)/%.dtb: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
421 $(obj)/%.dtbo: $(src)/%.dtso $(DTC) FORCE
422 $(call if_changed_dep,dtc)
424 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)