Lines Matching full:then

63 		if [ -f ${o}.symversions ]; then
83 if [ -n "${CONFIG_LTO_CLANG}" ]; then
87 if [ -n "${CONFIG_MODVERSIONS}" ]; then
107 if [ "${CONFIG_LTO_CLANG} ${CONFIG_STACK_VALIDATION}" = "y y" ]; then
110 if [ -n "${CONFIG_UNWINDER_ORC}" ]; then
116 if [ -n "${CONFIG_FTRACE_MCOUNT_USE_OBJTOOL}" ]; then
121 if [ -n "${CONFIG_VMLINUX_VALIDATION}" ]; then
125 if [ -n "${objtoolopt}" ]; then
126 if [ -z "${objtoolcmd}" ]; then
130 if [ -z "${CONFIG_FRAME_POINTER}" ]; then
133 if [ -n "${CONFIG_GCOV_KERNEL}" ] || [ -n "${CONFIG_LTO_CLANG}" ]; then
136 if [ -n "${CONFIG_RETPOLINE}" ]; then
139 if [ -n "${CONFIG_X86_SMAP}" ]; then
164 if [ -n "${CONFIG_LTO_CLANG}" ]; then
173 if [ "${SRCARCH}" = "um" ]; then
188 if [ "$output" != "${output#.tmp_vmlinux.kallsyms}" ] ; then
192 if [ -n "${CONFIG_VMLINUX_MAP}" ]; then
210 if ! [ -x "$(command -v ${PAHOLE})" ]; then
216 if [ "${pahole_ver}" -lt "116" ]; then
223 if [ "${pahole_ver}" -ge "118" ] && [ "${pahole_ver}" -le "121" ]; then
227 if [ "${pahole_ver}" -ge "121" ]; then
251 if [ -n "${CONFIG_KALLSYMS_ALL}" ]; then
255 if [ -n "${CONFIG_KALLSYMS_ABSOLUTE_PERCPU}" ]; then
259 if [ -n "${CONFIG_KALLSYMS_BASE_RELATIVE}" ]; then
319 if [ "$1" = "clean" ]; then
329 if [ -r .version ]; then
355 if [ -n "${CONFIG_DEBUG_INFO_BTF}" ]; then
357 if ! gen_btf .tmp_vmlinux.btf $btf_vmlinux_bin_o ; then
367 if [ -n "${CONFIG_KALLSYMS}" ]; then
399 if [ $size1 -ne $size2 ] || [ -n "${KALLSYMS_EXTRA_PASS}" ]; then
407 if [ -n "${CONFIG_DEBUG_INFO_BTF}" -a -n "${CONFIG_BPF}" ]; then
412 if [ -n "${CONFIG_BUILDTIME_TABLE_SORT}" ]; then
414 if ! sorttable vmlinux; then
424 if [ -n "${CONFIG_KALLSYMS}" ]; then
427 if ! cmp -s System.map .tmp_System.map; then