diff options
Diffstat (limited to 'apps/plugins/pacbox/SOURCES')
| -rw-r--r-- | apps/plugins/pacbox/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES index 3d6145d..c457f5b 100644 --- a/apps/plugins/pacbox/SOURCES +++ b/apps/plugins/pacbox/SOURCES @@ -4,6 +4,8 @@ hardware.c z80.c #if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224) pacbox_arm.S +#elif defined(IRIVER_H300_SERIES) && !defined(SIMULATOR) +pacbox_cf.S #else pacbox_lcd.c #endif |