diff options
Diffstat (limited to 'apps/plugins/pacbox/SOURCES')
-rw-r--r-- | apps/plugins/pacbox/SOURCES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES index c457f5b2ce..cedcda1363 100644 --- a/apps/plugins/pacbox/SOURCES +++ b/apps/plugins/pacbox/SOURCES @@ -4,8 +4,9 @@ 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 +#if defined(CPU_COLDFIRE) +pacbox_cf.S +#endif |