diff options
Diffstat (limited to 'scripts/genksyms')
-rw-r--r-- | scripts/genksyms/genksyms.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/genksyms/genksyms.c b/scripts/genksyms/genksyms.c index b0381823e404..511023b430a8 100644 --- a/scripts/genksyms/genksyms.c +++ b/scripts/genksyms/genksyms.c | |||
@@ -516,7 +516,8 @@ int main(int argc, char **argv) | |||
516 | genksyms_usage(); | 516 | genksyms_usage(); |
517 | return 1; | 517 | return 1; |
518 | } | 518 | } |
519 | if ((strcmp(arch, "v850") == 0) || (strcmp(arch, "h8300") == 0)) | 519 | if ((strcmp(arch, "v850") == 0) || (strcmp(arch, "h8300") == 0) |
520 | || (strcmp(arch, "blackfin") == 0)) | ||
520 | mod_prefix = "_"; | 521 | mod_prefix = "_"; |
521 | { | 522 | { |
522 | extern int yydebug; | 523 | extern int yydebug; |