summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES25
1 files changed, 25 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 33d59fa429..16ae4cc350 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -442,6 +442,8 @@ drivers/audio/audiohw-swcodec.c
442#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) 442#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
443#if defined(HAVE_UDA1380) 443#if defined(HAVE_UDA1380)
444drivers/audio/uda1380.c 444drivers/audio/uda1380.c
445#elif defined(HAVE_WM8740)
446drivers/audio/wm8740.c
445#elif defined(HAVE_WM8751) \ 447#elif defined(HAVE_WM8751) \
446 || defined(HAVE_WM8750) 448 || defined(HAVE_WM8750)
447drivers/audio/wm8751.c 449drivers/audio/wm8751.c
@@ -481,6 +483,8 @@ drivers/audio/df1704.c
481drivers/audio/pcm1792.c 483drivers/audio/pcm1792.c
482#elif defined (HAVE_CS4398) 484#elif defined (HAVE_CS4398)
483drivers/audio/cs4398.c 485drivers/audio/cs4398.c
486#elif defined (HAVE_ES9018)
487drivers/audio/es9018.c
484#endif /* defined(HAVE_*) */ 488#endif /* defined(HAVE_*) */
485#else /* PLATFORM_HOSTED */ 489#else /* PLATFORM_HOSTED */
486#if defined(SAMSUNG_YPR0) && defined(HAVE_AS3514) 490#if defined(SAMSUNG_YPR0) && defined(HAVE_AS3514)
@@ -791,6 +795,12 @@ target/arm/s3c2440/lcd-s3c2440.c
791target/arm/rk27xx/ma/lcd-ma.c 795target/arm/rk27xx/ma/lcd-ma.c
792#elif CONFIG_LCD == LCD_IHIFI 796#elif CONFIG_LCD == LCD_IHIFI
793target/arm/rk27xx/ihifi/lcd-ihifi.c 797target/arm/rk27xx/ihifi/lcd-ihifi.c
798#elif CONFIG_LCD == LCD_IHIFI770
799target/arm/rk27xx/ihifi2/lcd-ihifi770.c
800#elif CONFIG_LCD == LCD_IHIFI770C
801target/arm/rk27xx/ihifi2/lcd-ihifi770c.c
802#elif CONFIG_LCD == LCD_IHIFI800
803target/arm/rk27xx/ihifi2/lcd-ihifi800.c
794#endif 804#endif
795 805
796/* USB Stack */ 806/* USB Stack */
@@ -1904,6 +1914,21 @@ target/arm/rk27xx/ihifi/powermgmt-ihifi960.c
1904#endif 1914#endif
1905#endif 1915#endif
1906 1916
1917#if defined(IHIFI770) || defined(IHIFI770C) || defined(IHIFI800)
1918target/arm/rk27xx/ihifi2/button-ihifi.c
1919target/arm/rk27xx/ihifi2/power-ihifi.c
1920#if defined(IHIFI770)
1921target/arm/rk27xx/ihifi2/powermgmt-ihifi770.c
1922target/arm/rk27xx/ihifi2/audio-ihifi770.c
1923#elif defined(IHIFI770C)
1924target/arm/rk27xx/ihifi2/powermgmt-ihifi770c.c
1925target/arm/rk27xx/ihifi2/audio-ihifi770.c
1926#elif defined(IHIFI800)
1927target/arm/rk27xx/ihifi2/powermgmt-ihifi800.c
1928target/arm/rk27xx/ihifi2/audio-ihifi800.c
1929#endif
1930#endif
1931
1907#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 1932#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1908target/hosted/kernel-unix.c 1933target/hosted/kernel-unix.c
1909target/hosted/filesystem-unix.c 1934target/hosted/filesystem-unix.c