1
0
Fork 0
forked from len0rd/rockbox

android/ypr0: Merge fs-*.c to generic filesystem-unix.c.

Change-Id: I52e2c29346baf0d282243880477cd149311ce3d1
This commit is contained in:
Thomas Martitz 2012-01-19 07:59:28 +01:00
parent 954cd771fb
commit 5d13ecc4a8
6 changed files with 9 additions and 168 deletions

View file

@ -78,10 +78,10 @@ drivers/rtc/rtc_as3514.c
target/hosted/rtc.c
#endif
target/hosted/kernel-unix.c
target/hosted/filesystem-unix.c
target/hosted/ypr0/button-ypr0.c
target/hosted/ypr0/lcd-ypr0.c
target/hosted/ypr0/system-ypr0.c
target/hosted/ypr0/fs-ypr0.c
target/hosted/ypr0/lc-ypr0.c
thread.c
#ifdef HAVE_BACKLIGHT
@ -1693,7 +1693,7 @@ target/arm/rk27xx/hm801/power-hm801.c
#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
target/hosted/kernel-unix.c
target/hosted/android/fs-android.c
target/hosted/filesystem-unix.c
target/hosted/android/lcd-android.c
target/hosted/android/lc-android.c
target/hosted/android/button-android.c