summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-18 09:14:10 +0000
committerDave Chapman <dave@dchapman.com>2006-03-18 09:14:10 +0000
commit03627e053938782cc6d13d2519a4bd9eb65694ef (patch)
tree1d35c337d9e0500047838ee703c147d60b5ac43d /apps/plugins/pacbox/SOURCES
parentd00d58896b37479923f8f6256d110e0a850bd820 (diff)
downloadrockbox-03627e053938782cc6d13d2519a4bd9eb65694ef.tar.gz
rockbox-03627e053938782cc6d13d2519a4bd9eb65694ef.zip
More patches from Fredrik Öhrn - joystick2.diff (add support using buttons on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9089 a1c6a512-1295-4272-9138-f99709370657
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