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