summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 84f54e56a3..a1afa4daea 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -85,7 +85,7 @@ drivers/i2c-coldfire.c
85#else 85#else
86drivers/i2c.c 86drivers/i2c.c
87#endif 87#endif
88#if CONFIG_HWCODEC != MASNONE 88#if CONFIG_CODEC != SWCODEC
89drivers/mas.c 89drivers/mas.c
90#endif 90#endif
91#ifdef HAVE_RTC 91#ifdef HAVE_RTC
@@ -107,7 +107,7 @@ crt0.S
107#endif 107#endif
108mp3_playback.c 108mp3_playback.c
109mp3data.c 109mp3data.c
110#if CONFIG_HWCODEC != MASNONE 110#if CONFIG_CODEC != SWCODEC
111mpeg.c 111mpeg.c
112#endif 112#endif
113#ifndef WIN32 /* the win32 sim has its own versin of these: */ 113#ifndef WIN32 /* the win32 sim has its own versin of these: */
@@ -130,10 +130,10 @@ drivers/uda1380.c
130#elif defined(HAVE_TLV320) && !defined(SIMULATOR) 130#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
131drivers/tlv320.c 131drivers/tlv320.c
132#endif 132#endif
133#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR) 133#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR)
134pcm_playback.c 134pcm_playback.c
135#endif 135#endif
136#if CONFIG_HWCODEC == MASNONE 136#if CONFIG_CODEC == SWCODEC
137replaygain.c 137replaygain.c
138#endif 138#endif
139#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 139#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)