From b6867dc9980d19ff6d0954a2a5c7aff7b2b713c3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 17 May 2010 15:03:59 +0000 Subject: 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 --- apps/SOURCES | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'apps/SOURCES') 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 gui/color_picker.c #endif #endif -#if CONFIG_TUNER -recorder/radio.c -#endif #ifdef HAVE_RECORDING recorder/recording.c #endif + +#if CONFIG_TUNER +radio/radio.c +radio/presets.c +radio/radio_skin.c +#ifdef HAVE_ALBUMART +radio/radioart.c +#endif +#endif + #if CONFIG_CODEC == SWCODEC #if INPUT_SRC_CAPS != 0 audio_path.c -- cgit v1.2.3