rockbox/apps/plugins/pacbox/SOURCES
Barry Wardell 99c2dc5284 Add new build target for iriver H10 5/6Gb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
2006-08-19 19:21:17 +00:00

14 lines
221 B
Text

#ifndef IRIVER_H10_5GB
arcade.c
pacbox.c
hardware.c
z80.c
#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
pacbox_arm.S
#else
pacbox_lcd.c
#endif
#if defined(CPU_COLDFIRE)
pacbox_cf.S
#endif
#endif