summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 18f877ba3d..19b0efd089 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1,3 +1,6 @@
1#undef unix /* causes problems with some files */
2#undef linux
3
1ata_idle_notify.c 4ata_idle_notify.c
2events.c 5events.c
3backlight.c 6backlight.c
@@ -9,7 +12,6 @@ powermgmt.c
9#if (CONFIG_PLATFORM & PLATFORM_HOSTED) 12#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
10 13
11#ifdef __linux__ 14#ifdef __linux__
12#undef linux
13target/hosted/cpuinfo-linux.c 15target/hosted/cpuinfo-linux.c
14#endif 16#endif
15 17
@@ -75,8 +77,8 @@ drivers/rtc/rtc_as3514.c
75#else 77#else
76target/hosted/rtc.c 78target/hosted/rtc.c
77#endif 79#endif
80target/hosted/kernel-unix.c
78target/hosted/ypr0/button-ypr0.c 81target/hosted/ypr0/button-ypr0.c
79target/hosted/ypr0/kernel-ypr0.c
80target/hosted/ypr0/lcd-ypr0.c 82target/hosted/ypr0/lcd-ypr0.c
81target/hosted/ypr0/system-ypr0.c 83target/hosted/ypr0/system-ypr0.c
82target/hosted/ypr0/fs-ypr0.c 84target/hosted/ypr0/fs-ypr0.c
@@ -1690,6 +1692,7 @@ target/arm/rk27xx/hm801/power-hm801.c
1690#endif 1692#endif
1691 1693
1692#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 1694#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1695target/hosted/kernel-unix.c
1693target/hosted/android/fs-android.c 1696target/hosted/android/fs-android.c
1694target/hosted/android/lcd-android.c 1697target/hosted/android/lcd-android.c
1695target/hosted/android/lc-android.c 1698target/hosted/android/lc-android.c
@@ -1697,7 +1700,6 @@ target/hosted/android/button-android.c
1697#ifdef DEBUG 1700#ifdef DEBUG
1698target/hosted/android/debug-android.c 1701target/hosted/android/debug-android.c
1699#endif 1702#endif
1700target/hosted/android/kernel-android.c
1701target/hosted/android/pcm-android.c 1703target/hosted/android/pcm-android.c
1702target/hosted/android/powermgmt-android.c 1704target/hosted/android/powermgmt-android.c
1703target/hosted/android/system-android.c 1705target/hosted/android/system-android.c