Lines Matching full:dtc
37 Each DTx is processed by the dtc compiler to produce a sorted dts source
94 if ( ! ${DTC} -I fs ${dtx} ) ; then
105 if ( ! ${DTC} -I dtb ${dtx} ) ; then
116 | ${DTC} ${dtc_include} -I dts ) ; then
272 # ----- prefer dtc from linux kernel, allow fallback to dtc in $PATH
282 DTC="${__KBUILD_OUTPUT}/scripts/dtc/dtc"
284 if [ ! -x ${DTC} ] ; then
285 __DTC="dtc"
299 ERROR: unable to find a 'dtc' program
301 Preferred 'dtc' (built from Linux kernel source tree) was not found or
304 'dtc' is: ${DTC}
310 may need to be specified to find 'dtc'.
313 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
324 DTC=${__DTC}
328 # ----- cpp and dtc flags same as for linux source tree build of .dtb files,
340 -I${srctree}/scripts/dtc/include-prefixes \
343 DTC="\
344 ${DTC} \
345 -i ${srctree}/scripts/dtc/include-prefixes \