Lines Matching full:then
41 if [ "${quiet}" != "silent_" ]; then
65 if [ -f ${o}.symversions ]; then
85 if [ -n "${CONFIG_LTO_CLANG}" ]; then
89 if [ -n "${CONFIG_MODVERSIONS}" ]; then
108 if [ -n "${CONFIG_VMLINUX_VALIDATION}" ]; then
110 if [ -n "${CONFIG_CPU_UNRET_ENTRY}" ]; then
113 if [ -z "${CONFIG_FRAME_POINTER}" ]; then
116 if [ -n "${CONFIG_GCOV_KERNEL}" ]; then
119 if [ -n "${CONFIG_RETPOLINE}" ]; then
122 if [ -n "${CONFIG_X86_SMAP}" ]; then
125 if [ -n "${CONFIG_SLS}" ]; then
149 if [ "$output" != "${output#.tmp_vmlinux.kallsyms}" ] ; then
153 if [ "${SRCARCH}" != "um" ]; then
154 if [ -n "${CONFIG_LTO_CLANG}" ]; then
201 if ! [ -x "$(command -v ${PAHOLE})" ]; then
207 if [ "${pahole_ver}" -lt "116" ]; then
234 if [ -n "${CONFIG_KALLSYMS_ALL}" ]; then
238 if [ -n "${CONFIG_KALLSYMS_ABSOLUTE_PERCPU}" ]; then
242 if [ -n "${CONFIG_KALLSYMS_BASE_RELATIVE}" ]; then
295 if [ $? -ne 0 ]; then
314 if [ "$1" = "clean" ]; then
324 if [ -r .version ]; then
350 if [ -n "${CONFIG_DEBUG_INFO_BTF}" ]; then
352 if ! gen_btf .tmp_vmlinux.btf $btf_vmlinux_bin_o ; then
362 if [ -n "${CONFIG_KALLSYMS}" ]; then
394 if [ $size1 -ne $size2 ] || [ -n "${KALLSYMS_EXTRA_PASS}" ]; then
402 if [ -n "${CONFIG_DEBUG_INFO_BTF}" -a -n "${CONFIG_BPF}" ]; then
407 if [ -n "${CONFIG_BUILDTIME_TABLE_SORT}" ]; then
409 if ! sorttable vmlinux; then
419 if [ -n "${CONFIG_KALLSYMS}" ]; then
422 if ! cmp -s System.map .tmp_System.map; then