Lines Matching full:then

38 file.  If DTx is a dts source file then it is pre-processed in the same
53 and DTx utilizes '#include' or '/include/' then the path of the
61 If DTx_1 and DTx_2 are in different architectures, then this script
70 If DTx_1 and DTx_2 are in different directories, then this script will
72 a local file that exists in both the path of DTx_1 and DTx_2 then the
90 if [ -d "${dtx}" ] ; then
94 if ( ! ${DTC} -I fs ${dtx} ) ; then
98 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then
101 if [ "${magic}" = "d00dfeed" ] ; then
105 if ( ! ${DTC} -I dtb ${dtx} ) ; then
116 | ${DTC} ${dtc_include} -I dts ) ; then
126 if [ "${ARCH}" = "" ] ; then
134 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
150 if [ -d ${git_root}/arch/ ] ; then
155 if [ $hint_given = 0 ] ; then
192 if diff --color /dev/null /dev/null 2>/dev/null ; then
220 if [ "${annotate}" = "" ] ; then
222 elif [ "${annotate}" = "-T" ] ; then
233 if [ "${dtx_file_1}" = "" ] ; then
235 elif [ "${dtx_file_2}" = "" ] ; then
250 if [ "${srctree}" = "" ] ; then
254 if [ "${dtx_file_2}" != "" ]; then
258 if (( ${help} )) ; then
264 if [ "${dtx_file_1}" = "" ]; then
274 if [ "${KBUILD_OUTPUT:0:2}" = ".." ] ; then
276 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
284 if [ ! -x ${DTC} ] ; then
286 if grep -q "^CONFIG_DTC=y" ${__KBUILD_OUTPUT}/.config 2>/dev/null; then
294 if ( ! which ${__DTC} >/dev/null ) ; then
316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
334 if (( ${cmd_diff} )) ; then
351 if (( ${cmd_diff} )) ; then