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/pacbox | |
| 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/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
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 |