summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 19b0efd089..b2ddc246ec 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -78,10 +78,10 @@ drivers/rtc/rtc_as3514.c
78target/hosted/rtc.c 78target/hosted/rtc.c
79#endif 79#endif
80target/hosted/kernel-unix.c 80target/hosted/kernel-unix.c
81target/hosted/filesystem-unix.c
81target/hosted/ypr0/button-ypr0.c 82target/hosted/ypr0/button-ypr0.c
82target/hosted/ypr0/lcd-ypr0.c 83target/hosted/ypr0/lcd-ypr0.c
83target/hosted/ypr0/system-ypr0.c 84target/hosted/ypr0/system-ypr0.c
84target/hosted/ypr0/fs-ypr0.c
85target/hosted/ypr0/lc-ypr0.c 85target/hosted/ypr0/lc-ypr0.c
86thread.c 86thread.c
87#ifdef HAVE_BACKLIGHT 87#ifdef HAVE_BACKLIGHT
@@ -1693,7 +1693,7 @@ target/arm/rk27xx/hm801/power-hm801.c
1693 1693
1694#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 1694#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1695target/hosted/kernel-unix.c 1695target/hosted/kernel-unix.c
1696target/hosted/android/fs-android.c 1696target/hosted/filesystem-unix.c
1697target/hosted/android/lcd-android.c 1697target/hosted/android/lcd-android.c
1698target/hosted/android/lc-android.c 1698target/hosted/android/lc-android.c
1699target/hosted/android/button-android.c 1699target/hosted/android/button-android.c