Lines Matching full:dtc
286 # DTC
307 quiet_cmd_dtc = DTC $@
310 cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
312 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $(pre-tmp) ; \
313 $(DTC) -O dtb -o $@ -b 0 \
315 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
316 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
319 $(call if_changed_dep,dtc)
322 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
331 cmd_dtco = mkdir -p $(dir ${dtc-tmp}) ; \
332 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) - ; \
333 $(DTC) -@ -O dtb -o $@ -b 0 \
335 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
336 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)