diff options
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r-- | apps/plugins/SUBDIRS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 0993e8221c..5cb9356317 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -25,6 +25,10 @@ jpeg sudoku reversi goban +/* setjmp/longjmp are not implemented on sh */ +#if (CONFIG_CPU != SH7034) +frotz +#endif #ifdef HAVE_LCD_COLOR png #endif |