Sansa as3525v2: move SD embryo code to a common dir

Select it based on as3535/as3525v2 so Clip+/Fuzev2 will be able to use
it too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24222 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-01-13 06:44:45 +00:00
parent d668900848
commit 7478cfcbf7
2 changed files with 3 additions and 3 deletions

View file

@ -407,8 +407,10 @@ target/arm/pnx0101/timer-pnx0101.c
target/arm/as3525/system-as3525.c target/arm/as3525/system-as3525.c
target/arm/as3525/kernel-as3525.c target/arm/as3525/kernel-as3525.c
target/arm/as3525/timer-as3525.c target/arm/as3525/timer-as3525.c
#ifndef SANSA_CLIPV2 #if CONFIG_CPU == AS3525
target/arm/as3525/ata_sd_as3525.c target/arm/as3525/ata_sd_as3525.c
#else /* AS3535v2 */
target/arm/as3525/ata_sd-as3525v2.c
#endif #endif
target/arm/as3525/power-as3525.c target/arm/as3525/power-as3525.c
target/arm/as3525/usb-as3525.c target/arm/as3525/usb-as3525.c
@ -1205,8 +1207,6 @@ target/arm/tcc77x/c100/audio-c100.c
#ifndef SIMULATOR #ifndef SIMULATOR
target/arm/as3525/sansa-clip/lcd-ssd1303.c target/arm/as3525/sansa-clip/lcd-ssd1303.c
target/arm/as3525/sansa-clip/lcd-as-clip.S target/arm/as3525/sansa-clip/lcd-as-clip.S
target/arm/as3525/sansa-clipv2/sd-clipv2.c
target/arm/as3525/sansa-clipv2/button-clip.c target/arm/as3525/sansa-clipv2/button-clip.c
target/arm/as3525/sansa-clipv2/backlight-clip.c target/arm/as3525/sansa-clipv2/backlight-clip.c
#ifndef BOOTLOADER #ifndef BOOTLOADER