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
213 if [ "${annotate}" = "" ] ; then
215 elif [ "${annotate}" = "-T" ] ; then
226 if [ "${dtx_file_1}" = "" ] ; then
228 elif [ "${dtx_file_2}" = "" ] ; then
243 if [ "${srctree}" = "" ] ; then
247 if [ "${dtx_file_2}" != "" ]; then
251 if (( ${help} )) ; then
257 if [ "${dtx_file_1}" = "" ]; then
267 if [ "${KBUILD_OUTPUT:0:2}" = ".." ] ; then
269 elif [ "${KBUILD_OUTPUT}" = "" ] ; then
277 if [ ! -x ${DTC} ] ; then
279 if grep -q "^CONFIG_DTC=y" ${__KBUILD_OUTPUT}/.config 2>/dev/null; then
287 if ( ! which ${__DTC} >/dev/null ) ; then
309 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
327 if (( ${cmd_diff} )) ; then
344 if (( ${cmd_diff} )) ; then