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.zip
rockbox-2f9bf25175b9b1701b8af4133ed660263b034a05.tar.gz
rockbox-2f9bf25175b9b1701b8af4133ed660263b034a05.tar.bz2
rockbox-2f9bf25175b9b1701b8af4133ed660263b034a05.tar.xz
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 775e20e..1948cf6 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -54,3 +54,8 @@ euroconverter.c
jackpot.c
nim.c
#endif /* #ifdef HAVE_LCD_CHARCELLS */
+
+#ifndef HAVE_MMC
+/* not for Ondio, has no remote control pin */
+alpine_cdc.c
+#endif