aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sortextable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c
index 1ca9ceb95eb6..6acf83449105 100644
--- a/scripts/sortextable.c
+++ b/scripts/sortextable.c
@@ -247,6 +247,7 @@ do_file(char const *const fname)
247 case EM_X86_64: 247 case EM_X86_64:
248 custom_sort = sort_x86_table; 248 custom_sort = sort_x86_table;
249 break; 249 break;
250 case EM_S390:
250 case EM_MIPS: 251 case EM_MIPS:
251 break; 252 break;
252 } /* end switch */ 253 } /* end switch */