summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES22
1 files changed, 9 insertions, 13 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f118f6a396..5b7a582604 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -175,7 +175,7 @@ drivers/led.c
175drivers/button.c 175drivers/button.c
176#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 176#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
177#ifdef HAVE_DAC3550A 177#ifdef HAVE_DAC3550A
178drivers/dac.c 178drivers/audio/dac3550a.c
179#endif 179#endif
180#ifdef HAVE_SERIAL 180#ifdef HAVE_SERIAL
181drivers/serial.c 181drivers/serial.c
@@ -289,9 +289,6 @@ drivers/tuner/rda5802.c
289#endif /* BOOTLOADER */ 289#endif /* BOOTLOADER */
290 290
291/* Sound */ 291/* Sound */
292#if CONFIG_CODEC != SWCODEC
293mp3_playback.c
294#endif /* CONFIG_CODEC != SWCODEC */
295sound.c 292sound.c
296 293
297#if CONFIG_CODEC == SWCODEC 294#if CONFIG_CODEC == SWCODEC
@@ -303,15 +300,6 @@ pcm.c
303enc_base.c 300enc_base.c
304#endif /* HAVE_RECORDING */ 301#endif /* HAVE_RECORDING */
305#endif /* BOOTLOADER */ 302#endif /* BOOTLOADER */
306
307#else /* !SWCODEC */
308
309#ifndef BOOTLOADER
310#ifndef SIMULATOR
311drivers/mas.c
312#endif /* SIMULATOR */
313#endif /* BOOTLOADER */
314
315#endif /* SWCODEC */ 303#endif /* SWCODEC */
316 304
317/* Audio codec */ 305/* Audio codec */
@@ -574,6 +562,8 @@ target/sh/archos/player/lcd-player.c
574target/sh/archos/player/power-player.c 562target/sh/archos/player/power-player.c
575target/sh/archos/player/powermgmt-player.c 563target/sh/archos/player/powermgmt-player.c
576target/sh/archos/player/usb-player.c 564target/sh/archos/player/usb-player.c
565target/sh/archos/mascodec-archos.c
566target/sh/archos/audio-archos.c
577#endif /* SIMULATOR */ 567#endif /* SIMULATOR */
578#endif /* ARCHOS_PLAYER */ 568#endif /* ARCHOS_PLAYER */
579 569
@@ -588,6 +578,8 @@ target/sh/archos/recorder/button-recorder.c
588target/sh/archos/recorder/power-recorder.c 578target/sh/archos/recorder/power-recorder.c
589target/sh/archos/recorder/powermgmt-recorder.c 579target/sh/archos/recorder/powermgmt-recorder.c
590target/sh/archos/recorder/usb-recorder.c 580target/sh/archos/recorder/usb-recorder.c
581target/sh/archos/mascodec-archos.c
582target/sh/archos/audio-archos.c
591#endif /* SIMULATOR */ 583#endif /* SIMULATOR */
592#endif /* ARCHOS_RECORDER */ 584#endif /* ARCHOS_RECORDER */
593 585
@@ -602,6 +594,8 @@ target/sh/archos/fm_v2/button-fm_v2.c
602target/sh/archos/fm_v2/power-fm_v2.c 594target/sh/archos/fm_v2/power-fm_v2.c
603target/sh/archos/fm_v2/powermgmt-fm_v2.c 595target/sh/archos/fm_v2/powermgmt-fm_v2.c
604target/sh/archos/fm_v2/usb-fm_v2.c 596target/sh/archos/fm_v2/usb-fm_v2.c
597target/sh/archos/mascodec-archos.c
598target/sh/archos/audio-archos.c
605#endif /* SIMULATOR */ 599#endif /* SIMULATOR */
606#endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */ 600#endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
607 601
@@ -614,6 +608,8 @@ target/sh/archos/ondio/button-ondio.c
614target/sh/archos/ondio/power-ondio.c 608target/sh/archos/ondio/power-ondio.c
615target/sh/archos/ondio/powermgmt-ondio.c 609target/sh/archos/ondio/powermgmt-ondio.c
616target/sh/archos/ondio/usb-ondio.c 610target/sh/archos/ondio/usb-ondio.c
611target/sh/archos/mascodec-archos.c
612target/sh/archos/audio-archos.c
617#if (CONFIG_TUNER & TEA5767) 613#if (CONFIG_TUNER & TEA5767)
618target/sh/archos/ondio/fmradio_i2c-ondio.c 614target/sh/archos/ondio/fmradio_i2c-ondio.c
619#endif 615#endif