Lines Matching full:dtc
167 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
243 # DTC
245 DTC ?= $(objtree)/scripts/dtc/dtc
285 quiet_cmd_dtc = DTC $@
286 cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
287 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
288 $(DTC) -O dtb -o $@ -b 0 \
290 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
291 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
293 $(obj)/%.dtb: $(src)/%.dts $(DTC) FORCE
294 $(call if_changed_dep,dtc)
296 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)