Lines Matching full:then
35 file. If DTx is a dts source file then it is pre-processed in the same
50 and DTx utilizes '#include' or '/include/' then the path of the
58 If DTx_1 and DTx_2 are in different architectures, then this script
71 If DTx_1 and DTx_2 are in different directories, then this script will
73 a local file that exists in both the path of DTx_1 and DTx_2 then the
91 if [ -d "${dtx}" ] ; then
95 if ( ! ${DTC} -I fs ${dtx} ) ; then
99 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then
102 if [ "${magic}" = "d00dfeed" ] ; then
106 if ( ! ${DTC} -I dtb ${dtx} ) ; then
117 | ${DTC} ${dtc_include} -I dts ) ; then
127 if [ "${ARCH}" = "" ] ; then
135 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
143 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
151 if [ -d ${git_root}/arch/ ] ; then
156 if [ $hint_given = 0 ] ; then
217 if [ "${dtx_file_1}" = "" ] ; then
219 elif [ "${dtx_file_2}" = "" ] ; then
234 if [ "${srctree}" = "" ] ; then
238 if [ "${dtx_file_2}" != "" ]; then
242 if (( ${help} )) ; then
248 if [ "${dtx_file_1}" = "" ]; then
258 if [ "${KBUILD_OUTPUT:0:2}" = ".." ] ; then
260 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
268 if [ ! -x ${DTC} ] ; then
270 if grep -q "^CONFIG_DTC=y" ${__KBUILD_OUTPUT}/.config 2>/dev/null; then
278 if ( ! which ${__DTC} >/dev/null ) ; then
300 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
318 if (( ${cmd_diff} )) ; then
335 if (( ${cmd_diff} )) ; then