From 99c2dc52841aabd0af66b3cd43452478acf22c31 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sat, 19 Aug 2006 19:21:17 +0000 Subject: Add new build target for iriver H10 5/6Gb. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 6 ++++++ apps/plugins/pacbox/SOURCES | 2 ++ apps/plugins/sudoku/SOURCES | 2 ++ 3 files changed, 10 insertions(+) (limited to 'apps/plugins') 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 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 cedcda1363..188fc53c1f 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 7cce555c93..20d8121175 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 -- cgit v1.2.3