diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-08-19 19:21:17 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-08-19 19:21:17 +0000 |
| commit | 99c2dc52841aabd0af66b3cd43452478acf22c31 (patch) | |
| tree | 75858a6f73e3562e1681740634ce6613b852d9ba /apps/plugins | |
| parent | 9fdb611547342c1dffdff84efdb9745c524a8f4d (diff) | |
| download | rockbox-99c2dc52841aabd0af66b3cd43452478acf22c31.zip rockbox-99c2dc52841aabd0af66b3cd43452478acf22c31.tar.gz rockbox-99c2dc52841aabd0af66b3cd43452478acf22c31.tar.bz2 rockbox-99c2dc52841aabd0af66b3cd43452478acf22c31.tar.xz | |
Add new build target for iriver H10 5/6Gb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 6 | ||||
| -rw-r--r-- | apps/plugins/pacbox/SOURCES | 2 | ||||
| -rw-r--r-- | apps/plugins/sudoku/SOURCES | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 1ab3361..1874eda 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -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 diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES index cedcda1..188fc53 100644 --- a/apps/plugins/pacbox/SOURCES +++ b/apps/plugins/pacbox/SOURCES @@ -1,3 +1,4 @@ +#ifndef IRIVER_H10_5GB arcade.c pacbox.c hardware.c @@ -10,3 +11,4 @@ pacbox_lcd.c #if defined(CPU_COLDFIRE) pacbox_cf.S #endif +#endif diff --git a/apps/plugins/sudoku/SOURCES b/apps/plugins/sudoku/SOURCES index 7cce555..20d8121 100644 --- a/apps/plugins/sudoku/SOURCES +++ b/apps/plugins/sudoku/SOURCES @@ -1,3 +1,5 @@ +#ifndef IRIVER_H10_5GB sudoku.c generator.c templates.c +#endif |