Lines Matching full:dtc
37 Each DTx is processed by the dtc compiler to produce a sorted dts source
98 if ( ! ${DTC} -I fs ${dtx} ) ; then
109 if ( ! ${DTC} -I dtb ${dtx} ) ; then
120 | ${DTC} ${dtc_include} -I dts ) ; then
276 # ----- prefer dtc from linux kernel, allow fallback to dtc in $PATH
286 DTC="${__KBUILD_OUTPUT}/scripts/dtc/dtc"
288 if [ ! -x ${DTC} ] ; then
289 __DTC="dtc"
303 ERROR: unable to find a 'dtc' program
305 Preferred 'dtc' (built from Linux kernel source tree) was not found or
308 'dtc' is: ${DTC}
314 may need to be specified to find 'dtc'.
317 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
328 DTC=${__DTC}
332 # ----- cpp and dtc flags same as for linux source tree build of .dtb files,
344 -I${srctree}/scripts/dtc/include-prefixes \
347 DTC="\
348 ${DTC} \
349 -i ${srctree}/scripts/dtc/include-prefixes \