Lines Matching full:dtc
34 Each DTx is processed by the dtc compiler to produce a sorted dts source
95 if ( ! ${DTC} -I fs ${dtx} ) ; then
106 if ( ! ${DTC} -I dtb ${dtx} ) ; then
117 | ${DTC} ${dtc_include} -I dts ) ; then
256 # ----- prefer dtc from linux kernel, allow fallback to dtc in $PATH
266 DTC="${__KBUILD_OUTPUT}/scripts/dtc/dtc"
268 if [ ! -x ${DTC} ] ; then
269 __DTC="dtc"
283 ERROR: unable to find a 'dtc' program
285 Preferred 'dtc' (built from Linux kernel source tree) was not found or
288 'dtc' is: ${DTC}
294 may need to be specified to find 'dtc'.
297 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
308 DTC=${__DTC}
312 # ----- cpp and dtc flags same as for linux source tree build of .dtb files,
324 -I${srctree}/scripts/dtc/include-prefixes \
327 DTC="\
328 ${DTC} \
329 -i ${srctree}/scripts/dtc/include-prefixes \