diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-01-18 08:19:14 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-01-21 18:39:19 +0100 |
commit | 954cd771fb2cca19ddf3f11f888931579470cc0c (patch) | |
tree | 809b628b1e290f26a08ba09d3bd7bb8a544e5c99 /firmware/SOURCES | |
parent | a0d54b09a6b33beb710ad4c9507d7b615eb7d1e8 (diff) | |
download | rockbox-954cd771fb2cca19ddf3f11f888931579470cc0c.tar.gz rockbox-954cd771fb2cca19ddf3f11f888931579470cc0c.zip |
android/ypr0: Merge kernel-*.c to generic kernel-unix.c.
Change-Id: Ife3fceb53829ef4e13bae73d8d2f10d7e56d484d
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 8 |
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 | |||
1 | ata_idle_notify.c | 4 | ata_idle_notify.c |
2 | events.c | 5 | events.c |
3 | backlight.c | 6 | backlight.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 | ||
13 | target/hosted/cpuinfo-linux.c | 15 | target/hosted/cpuinfo-linux.c |
14 | #endif | 16 | #endif |
15 | 17 | ||
@@ -75,8 +77,8 @@ drivers/rtc/rtc_as3514.c | |||
75 | #else | 77 | #else |
76 | target/hosted/rtc.c | 78 | target/hosted/rtc.c |
77 | #endif | 79 | #endif |
80 | target/hosted/kernel-unix.c | ||
78 | target/hosted/ypr0/button-ypr0.c | 81 | target/hosted/ypr0/button-ypr0.c |
79 | target/hosted/ypr0/kernel-ypr0.c | ||
80 | target/hosted/ypr0/lcd-ypr0.c | 82 | target/hosted/ypr0/lcd-ypr0.c |
81 | target/hosted/ypr0/system-ypr0.c | 83 | target/hosted/ypr0/system-ypr0.c |
82 | target/hosted/ypr0/fs-ypr0.c | 84 | target/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) |
1695 | target/hosted/kernel-unix.c | ||
1693 | target/hosted/android/fs-android.c | 1696 | target/hosted/android/fs-android.c |
1694 | target/hosted/android/lcd-android.c | 1697 | target/hosted/android/lcd-android.c |
1695 | target/hosted/android/lc-android.c | 1698 | target/hosted/android/lc-android.c |
@@ -1697,7 +1700,6 @@ target/hosted/android/button-android.c | |||
1697 | #ifdef DEBUG | 1700 | #ifdef DEBUG |
1698 | target/hosted/android/debug-android.c | 1701 | target/hosted/android/debug-android.c |
1699 | #endif | 1702 | #endif |
1700 | target/hosted/android/kernel-android.c | ||
1701 | target/hosted/android/pcm-android.c | 1703 | target/hosted/android/pcm-android.c |
1702 | target/hosted/android/powermgmt-android.c | 1704 | target/hosted/android/powermgmt-android.c |
1703 | target/hosted/android/system-android.c | 1705 | target/hosted/android/system-android.c |