summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-01-20 21:06:44 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-01-20 21:06:44 +0000
commit2f9bf25175b9b1701b8af4133ed660263b034a05 (patch)
tree07304843a24d382b444142ec2b79920888e6f9a1 /apps/plugins/SOURCES
parentbbb944995b29fd18f4c95321e663a651edde4c23 (diff)
downloadrockbox-2f9bf25175b9b1701b8af4133ed660263b034a05.tar.gz
rockbox-2f9bf25175b9b1701b8af4133ed660263b034a05.zip
finally add my Alpine car CD changer emulator, although very few people may use it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5618 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 775e20e9ee..1948cf663e 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -54,3 +54,8 @@ euroconverter.c
54jackpot.c 54jackpot.c
55nim.c 55nim.c
56#endif /* #ifdef HAVE_LCD_CHARCELLS */ 56#endif /* #ifdef HAVE_LCD_CHARCELLS */
57
58#ifndef HAVE_MMC
59/* not for Ondio, has no remote control pin */
60alpine_cdc.c
61#endif