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
74 If DTx_1 and DTx_2 are in different directories, then this script will
76 a local file that exists in both the path of DTx_1 and DTx_2 then the
94 if [ -d "${dtx}" ] ; then
98 if ( ! ${DTC} -I fs ${dtx} ) ; then
102 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then
105 if [ "${magic}" = "d00dfeed" ] ; then
109 if ( ! ${DTC} -I dtb ${dtx} ) ; then
120 | ${DTC} ${dtc_include} -I dts ) ; then
130 if [ "${ARCH}" = "" ] ; then
138 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
146 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
154 if [ -d ${git_root}/arch/ ] ; then
159 if [ $hint_given = 0 ] ; then
196 if diff --color /dev/null /dev/null 2>/dev/null ; then
224 if [ "${annotate}" = "" ] ; then
226 elif [ "${annotate}" = "-T" ] ; then
237 if [ "${dtx_file_1}" = "" ] ; then
239 elif [ "${dtx_file_2}" = "" ] ; then
254 if [ "${srctree}" = "" ] ; then
258 if [ "${dtx_file_2}" != "" ]; then
262 if (( ${help} )) ; then
268 if [ "${dtx_file_1}" = "" ]; then
278 if [ "${KBUILD_OUTPUT:0:2}" = ".." ] ; then
280 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
288 if [ ! -x ${DTC} ] ; then
290 if grep -q "^CONFIG_DTC=y" ${__KBUILD_OUTPUT}/.config 2>/dev/null; then
298 if ( ! which ${__DTC} >/dev/null ) ; then
320 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
338 if (( ${cmd_diff} )) ; then
355 if (( ${cmd_diff} )) ; then