summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-05-17 15:03:59 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-05-17 15:03:59 +0000
commitb6867dc9980d19ff6d0954a2a5c7aff7b2b713c3 (patch)
tree2be5d3bfa85a9363711eff0bccec74d3c13e5d4d /apps/SOURCES
parent4862fe4451e3cf17f1c0e369991c37150d9ba560 (diff)
downloadrockbox-b6867dc9980d19ff6d0954a2a5c7aff7b2b713c3.tar.gz
rockbox-b6867dc9980d19ff6d0954a2a5c7aff7b2b713c3.zip
split the radio code into multiple files in the hope that makes it more likely for someone to want to work on! :D
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26109 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES13
1 files changed, 10 insertions, 3 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 98efec944a..93ec93fe27 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -132,12 +132,19 @@ recorder/albumart.c
132gui/color_picker.c 132gui/color_picker.c
133#endif 133#endif
134#endif 134#endif
135#if CONFIG_TUNER
136recorder/radio.c
137#endif
138#ifdef HAVE_RECORDING 135#ifdef HAVE_RECORDING
139recorder/recording.c 136recorder/recording.c
140#endif 137#endif
138
139#if CONFIG_TUNER
140radio/radio.c
141radio/presets.c
142radio/radio_skin.c
143#ifdef HAVE_ALBUMART
144radio/radioart.c
145#endif
146#endif
147
141#if CONFIG_CODEC == SWCODEC 148#if CONFIG_CODEC == SWCODEC
142#if INPUT_SRC_CAPS != 0 149#if INPUT_SRC_CAPS != 0
143audio_path.c 150audio_path.c