summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES12
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 64041e448e..5591f684af 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -709,6 +709,8 @@ target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c
709target/arm/s3c2440/lcd-s3c2440.c 709target/arm/s3c2440/lcd-s3c2440.c
710#elif CONFIG_LCD == LCD_ILI9342 || CONFIG_LCD == LCD_ILI9342C 710#elif CONFIG_LCD == LCD_ILI9342 || CONFIG_LCD == LCD_ILI9342C
711target/arm/rk27xx/ma/lcd-ma.c 711target/arm/rk27xx/ma/lcd-ma.c
712#elif CONFIG_LCD == LCD_IHIFI
713target/arm/rk27xx/ihifi/lcd-ihifi.c
712#endif 714#endif
713 715
714/* USB Stack */ 716/* USB Stack */
@@ -1765,6 +1767,16 @@ target/arm/rk27xx/ma/pca9555-ma.c
1765target/arm/rk27xx/ma/audio-ma.c 1767target/arm/rk27xx/ma/audio-ma.c
1766#endif 1768#endif
1767 1769
1770#if defined(IHIFI760) || defined(IHIFI960)
1771target/arm/rk27xx/ihifi/button-ihifi.c
1772target/arm/rk27xx/ihifi/power-ihifi.c
1773#if defined(IHIFI760)
1774target/arm/rk27xx/ihifi/powermgmt-ihifi760.c
1775#else
1776target/arm/rk27xx/ihifi/powermgmt-ihifi960.c
1777#endif
1778#endif
1779
1768#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 1780#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1769target/hosted/kernel-unix.c 1781target/hosted/kernel-unix.c
1770target/hosted/filesystem-unix.c 1782target/hosted/filesystem-unix.c