Lines Matching full:dtc
82 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(filter %.dtb %.dtbo, $^) $(cmd_dtb_check)
88 # DTC
91 DTC ?= $(objtree)/scripts/dtc/dtc
117 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
121 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
123 quiet_cmd_dtc = DTC $(quiet_dtb_check_tag) $@
125 $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
126 $(DTC) -o $@ -b 0 $(addprefix -i,$(dir $<) $(DTC_INCLUDE)) \
127 $(DTC_FLAGS) -d $(depfile).dtc.tmp $(dtc-tmp) ; \
128 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile) \
131 $(obj)/%.dtb: $(obj)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
132 $(call if_changed_dep,dtc)
134 $(obj)/%.dtbo: $(src)/%.dtso $(DTC) FORCE
135 $(call if_changed_dep,dtc)