summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES81
1 files changed, 4 insertions, 77 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 5caed4647b..90c1f4011c 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -39,9 +39,9 @@ profile.c
39#if !defined(RKW_FORMAT) && !defined(MI4_FORMAT) && defined(MODEL_NUMBER) 39#if !defined(RKW_FORMAT) && !defined(MI4_FORMAT) && defined(MODEL_NUMBER)
40common/rb-loader.c 40common/rb-loader.c
41#endif 41#endif
42#if !defined(BOOTLOADER) || defined(CPU_SH) 42#if !defined(BOOTLOADER)
43rolo.c 43rolo.c
44#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */ 44#endif /* !defined(BOOTLOADER) */
45timer.c 45timer.c
46debug.c 46debug.c
47#endif /* PLATFORM_NATIVE */ 47#endif /* PLATFORM_NATIVE */
@@ -361,9 +361,7 @@ eeprom_settings.c
361 361
362/* RTC */ 362/* RTC */
363#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 363#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
364#if (CONFIG_RTC == RTC_M41ST84W) 364#if (CONFIG_RTC == RTC_PCF50606)
365drivers/rtc/rtc_m41st84w.c
366#elif (CONFIG_RTC == RTC_PCF50606)
367drivers/rtc/rtc_pcf50606.c 365drivers/rtc/rtc_pcf50606.c
368#elif (CONFIG_RTC == RTC_PCF50605) 366#elif (CONFIG_RTC == RTC_PCF50605)
369drivers/rtc/rtc_pcf50605.c 367drivers/rtc/rtc_pcf50605.c
@@ -406,10 +404,6 @@ tuner.c
406#if (CONFIG_TUNER & LV24020LP) 404#if (CONFIG_TUNER & LV24020LP)
407drivers/tuner/lv24020lp.c 405drivers/tuner/lv24020lp.c
408#endif /* (CONFIG_TUNER & LV24020LP) */ 406#endif /* (CONFIG_TUNER & LV24020LP) */
409#if (CONFIG_TUNER & S1A0903X01)
410drivers/fmradio.c
411drivers/tuner/s1a0903x01.c
412#endif /* (CONFIG_TUNER & S1A0903X01) */
413#if (CONFIG_TUNER & TEA5760) 407#if (CONFIG_TUNER & TEA5760)
414drivers/tuner/tea5760uk.c 408drivers/tuner/tea5760uk.c
415#endif 409#endif
@@ -480,8 +474,6 @@ drivers/audio/wm8731.c
480drivers/audio/as3514.c 474drivers/audio/as3514.c
481#elif defined(HAVE_TLV320) 475#elif defined(HAVE_TLV320)
482drivers/audio/tlv320.c 476drivers/audio/tlv320.c
483#elif defined(HAVE_MAS35XX)
484drivers/audio/mas35xx.c
485#elif defined(HAVE_AK4537) 477#elif defined(HAVE_AK4537)
486drivers/audio/ak4537.c 478drivers/audio/ak4537.c
487#elif defined(HAVE_UDA1341) 479#elif defined(HAVE_UDA1341)
@@ -531,18 +523,7 @@ target/hosted/sdl/pcm-sdl.c
531#endif /* (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) */ 523#endif /* (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) */
532 524
533/* CPU Specific - By class then particular chip if applicable */ 525/* CPU Specific - By class then particular chip if applicable */
534#if defined(CPU_SH) 526#if defined(CPU_COLDFIRE)
535
536target/sh/adc-sh.c
537target/sh/bitswap.S
538target/sh/crt0.S
539target/sh/kernel-sh.c
540target/sh/system-sh.c
541target/sh/archos/descramble.S
542target/sh/archos/i2c-archos.c
543target/sh/debug-sh.c
544
545#elif defined(CPU_COLDFIRE)
546 527
547target/coldfire/crt0.S 528target/coldfire/crt0.S
548target/coldfire/kernel-coldfire.c 529target/coldfire/kernel-coldfire.c
@@ -786,16 +767,8 @@ drivers/i2c.c
786/* LCD driver */ 767/* LCD driver */
787#if CONFIG_LCD == LCD_SSD1303 768#if CONFIG_LCD == LCD_SSD1303
788target/arm/as3525/lcd-ssd1303.c 769target/arm/as3525/lcd-ssd1303.c
789#elif CONFIG_LCD == LCD_SSD1801
790target/sh/archos/player/lcd-as-player.S
791target/sh/archos/player/lcd-player.c
792#elif CONFIG_LCD == LCD_SSD1815 770#elif CONFIG_LCD == LCD_SSD1815
793# if CONFIG_CPU == SH7034
794target/sh/archos/lcd-archos-bitmap.c
795target/sh/archos/lcd-as-archos-bitmap.S
796# else
797target/arm/lcd-ssd1815.c 771target/arm/lcd-ssd1815.c
798# endif
799#elif CONFIG_LCD == LCD_HX8340B 772#elif CONFIG_LCD == LCD_HX8340B
800target/arm/rk27xx/lcd-hifiman.c 773target/arm/rk27xx/lcd-hifiman.c
801#elif CONFIG_LCD == LCD_C200 774#elif CONFIG_LCD == LCD_C200
@@ -907,19 +880,6 @@ target/arm/tcc77x/adc-tcc77x.c
907 880
908#endif /* CONFIG_I2C */ 881#endif /* CONFIG_I2C */
909 882
910#ifdef CPU_SH
911target/sh/archos/mascodec-archos.c
912target/sh/archos/audio-archos.c
913target/sh/archos/timer-archos.c
914# if CONFIG_STORAGE & STORAGE_ATA
915target/sh/archos/ata-archos.c
916target/sh/archos/ata-as-archos.S
917# endif
918# ifdef HAVE_SERIAL
919target/sh/archos/uart-archos.c
920# endif
921#endif
922
923#ifdef CPU_TCC77X 883#ifdef CPU_TCC77X
924target/arm/usb-tcc.c 884target/arm/usb-tcc.c
925target/arm/tcc77x/kernel-tcc77x.c 885target/arm/tcc77x/kernel-tcc77x.c
@@ -958,39 +918,6 @@ target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
958# endif 918# endif
959#endif /* CONFIG_CPU == S3C2440 */ 919#endif /* CONFIG_CPU == S3C2440 */
960 920
961#ifdef ARCHOS_PLAYER
962target/sh/archos/player/button-player.c
963target/sh/archos/player/hwcompat-player.c
964target/sh/archos/player/power-player.c
965target/sh/archos/player/powermgmt-player.c
966target/sh/archos/player/usb-player.c
967#endif /* ARCHOS_PLAYER */
968
969#ifdef ARCHOS_RECORDER
970target/sh/archos/recorder/button-recorder.c
971target/sh/archos/recorder/power-recorder.c
972target/sh/archos/recorder/powermgmt-recorder.c
973target/sh/archos/recorder/usb-recorder.c
974#endif /* ARCHOS_RECORDER */
975
976#if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
977target/sh/archos/fm_v2/button-fm_v2.c
978target/sh/archos/fm_v2/power-fm_v2.c
979target/sh/archos/fm_v2/powermgmt-fm_v2.c
980target/sh/archos/fm_v2/usb-fm_v2.c
981#endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
982
983#if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
984target/sh/archos/ondio/button-ondio.c
985target/sh/archos/ondio/power-ondio.c
986target/sh/archos/ondio/powermgmt-ondio.c
987target/sh/archos/ondio/usb-ondio.c
988target/sh/archos/ondio/ata_mmc.c
989#if (CONFIG_TUNER & TEA5767)
990target/sh/archos/ondio/fmradio_i2c-ondio.c
991#endif
992#endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
993
994#if defined(SANSA_E200) || defined(SANSA_C200) 921#if defined(SANSA_E200) || defined(SANSA_C200)
995target/arm/sandisk/backlight-c200_e200.c 922target/arm/sandisk/backlight-c200_e200.c
996target/arm/sandisk/power-c200_e200.c 923target/arm/sandisk/power-c200_e200.c