summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-08-19 19:21:17 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-08-19 19:21:17 +0000
commit99c2dc52841aabd0af66b3cd43452478acf22c31 (patch)
tree75858a6f73e3562e1681740634ce6613b852d9ba /apps/plugins
parent9fdb611547342c1dffdff84efdb9745c524a8f4d (diff)
downloadrockbox-99c2dc52841aabd0af66b3cd43452478acf22c31.tar.gz
rockbox-99c2dc52841aabd0af66b3cd43452478acf22c31.zip
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/SOURCES6
-rw-r--r--apps/plugins/pacbox/SOURCES2
-rw-r--r--apps/plugins/sudoku/SOURCES2
3 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 1ab3361ac7..1874eda18d 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -35,7 +35,9 @@ mandelbrot.c
35plasma.c 35plasma.c
36 36
37bounce.c 37bounce.c
38#ifndef IRIVER_H10_5GB
38bubbles.c 39bubbles.c
40#endif
39#if LCD_WIDTH != 128 41#if LCD_WIDTH != 128
40/* These need adjusting for the iRiver if'p screen */ 42/* These need adjusting for the iRiver if'p screen */
41brickmania.c 43brickmania.c
@@ -44,7 +46,9 @@ calculator.c
44chip8.c 46chip8.c
45demystify.c 47demystify.c
46flipit.c 48flipit.c
49#ifndef IRIVER_H10_5GB
47jewels.c 50jewels.c
51#endif
48minesweeper.c 52minesweeper.c
49oscilloscope.c 53oscilloscope.c
50pong.c 54pong.c
@@ -62,7 +66,9 @@ tetrox.c
62video.c 66video.c
63#endif 67#endif
64vu_meter.c 68vu_meter.c
69#ifndef IRIVER_H10_5GB
65wormlet.c 70wormlet.c
71#endif
66 72
67#ifdef CONFIG_RTC 73#ifdef CONFIG_RTC
68clock.c 74clock.c
diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES
index cedcda1363..188fc53c1f 100644
--- a/apps/plugins/pacbox/SOURCES
+++ b/apps/plugins/pacbox/SOURCES
@@ -1,3 +1,4 @@
1#ifndef IRIVER_H10_5GB
1arcade.c 2arcade.c
2pacbox.c 3pacbox.c
3hardware.c 4hardware.c
@@ -10,3 +11,4 @@ pacbox_lcd.c
10#if defined(CPU_COLDFIRE) 11#if defined(CPU_COLDFIRE)
11pacbox_cf.S 12pacbox_cf.S
12#endif 13#endif
14#endif
diff --git a/apps/plugins/sudoku/SOURCES b/apps/plugins/sudoku/SOURCES
index 7cce555c93..20d8121175 100644
--- a/apps/plugins/sudoku/SOURCES
+++ b/apps/plugins/sudoku/SOURCES
@@ -1,3 +1,5 @@
1#ifndef IRIVER_H10_5GB
1sudoku.c 2sudoku.c
2generator.c 3generator.c
3templates.c 4templates.c
5#endif