forked from len0rd/rockbox
Add new build target for iriver H10 5/6Gb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9fdb611547
commit
99c2dc5284
12 changed files with 191 additions and 5 deletions
|
@ -35,7 +35,9 @@ mandelbrot.c
|
|||
plasma.c
|
||||
|
||||
bounce.c
|
||||
#ifndef IRIVER_H10_5GB
|
||||
bubbles.c
|
||||
#endif
|
||||
#if LCD_WIDTH != 128
|
||||
/* These need adjusting for the iRiver if'p screen */
|
||||
brickmania.c
|
||||
|
@ -44,7 +46,9 @@ calculator.c
|
|||
chip8.c
|
||||
demystify.c
|
||||
flipit.c
|
||||
#ifndef IRIVER_H10_5GB
|
||||
jewels.c
|
||||
#endif
|
||||
minesweeper.c
|
||||
oscilloscope.c
|
||||
pong.c
|
||||
|
@ -62,7 +66,9 @@ tetrox.c
|
|||
video.c
|
||||
#endif
|
||||
vu_meter.c
|
||||
#ifndef IRIVER_H10_5GB
|
||||
wormlet.c
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_RTC
|
||||
clock.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue