diff options
Diffstat (limited to 'apps/plugins/pacbox/SOURCES')
-rw-r--r-- | apps/plugins/pacbox/SOURCES | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES index c06288699f..b2fe0a5523 100644 --- a/apps/plugins/pacbox/SOURCES +++ b/apps/plugins/pacbox/SOURCES | |||
@@ -6,8 +6,11 @@ wsg3.c | |||
6 | 6 | ||
7 | #if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224) | 7 | #if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224) |
8 | pacbox_arm.S | 8 | pacbox_arm.S |
9 | #elif defined(CPU_COLDFIRE) | 9 | #elif (CONFIG_PLATFORM & PLATFORM_HOSTED) || !defined(IRIVER_H300_SERIES) |
10 | pacbox_cf.S | ||
11 | #else | ||
12 | pacbox_lcd.c | 10 | pacbox_lcd.c |
13 | #endif | 11 | #endif |
12 | |||
13 | #if defined(CPU_COLDFIRE) | ||
14 | /* contains cf-specific functions, AND pacbox_lcd.c replacement for h300 only */ | ||
15 | pacbox_cf.S | ||
16 | #endif | ||