summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/SOURCES')
-rw-r--r--apps/plugins/pacbox/SOURCES5
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
4z80.c 4z80.c
5#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224) 5#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
6pacbox_arm.S 6pacbox_arm.S
7#elif defined(IRIVER_H300_SERIES) && !defined(SIMULATOR)
8pacbox_cf.S
9#else 7#else
10pacbox_lcd.c 8pacbox_lcd.c
11#endif 9#endif
10#if defined(CPU_COLDFIRE)
11pacbox_cf.S
12#endif