The target power handling code isn't meant to be compiled for the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14346 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a177345ce
commit
cacd382963
1 changed files with 5 additions and 5 deletions
|
@ -394,7 +394,6 @@ target/arm/sandisk/sansa-e200/audio-e200.c
|
|||
#endif /* SANSA_E200 */
|
||||
|
||||
#ifdef IAUDIO_X5
|
||||
target/coldfire/iaudio/x5/power-x5.c
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/ata-as-coldfire.S
|
||||
target/coldfire/pcf50606-coldfire.c
|
||||
|
@ -410,6 +409,7 @@ target/coldfire/iaudio/x5/ds2411-x5.c
|
|||
target/coldfire/iaudio/x5/lcd-as-x5.S
|
||||
target/coldfire/iaudio/x5/lcd-x5.c
|
||||
target/coldfire/iaudio/x5/m5636-x5.c
|
||||
target/coldfire/iaudio/x5/power-x5.c
|
||||
#ifndef BOOTLOADER
|
||||
target/coldfire/iaudio/x5/audio-x5.c
|
||||
#endif
|
||||
|
@ -417,7 +417,6 @@ target/coldfire/iaudio/x5/audio-x5.c
|
|||
#endif /* IAUDIO_X5 */
|
||||
|
||||
#ifdef IAUDIO_M5
|
||||
target/coldfire/iaudio/m5/power-m5.c
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/ata-as-coldfire.S
|
||||
target/coldfire/pcf50606-coldfire.c
|
||||
|
@ -428,6 +427,7 @@ target/coldfire/iaudio/m5/backlight-m5.c
|
|||
target/coldfire/iaudio/m5/button-m5.c
|
||||
target/coldfire/iaudio/m5/lcd-as-m5.S
|
||||
target/coldfire/iaudio/m5/lcd-m5.c
|
||||
target/coldfire/iaudio/m5/power-m5.c
|
||||
target/coldfire/iaudio/pcf50606-iaudio.c
|
||||
target/coldfire/iaudio/system-iaudio.c
|
||||
target/coldfire/iaudio/usb-iaudio.c
|
||||
|
@ -445,7 +445,6 @@ common/sscanf.c
|
|||
#endif /* IRIVER_IFP7XX_SERIES */
|
||||
|
||||
#ifdef IRIVER_H300_SERIES
|
||||
target/coldfire/iriver/h300/power-h300.c
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/ata-as-coldfire.S
|
||||
target/coldfire/pcf50606-coldfire.c
|
||||
|
@ -459,6 +458,7 @@ target/coldfire/iriver/h300/button-h300.c
|
|||
target/coldfire/iriver/h300/pcf50606-h300.c
|
||||
target/coldfire/iriver/h300/lcd-as-h300.S
|
||||
target/coldfire/iriver/h300/lcd-h300.c
|
||||
target/coldfire/iriver/h300/power-h300.c
|
||||
target/coldfire/iriver/h300/usb-h300.c
|
||||
#ifndef BOOTLOADER
|
||||
target/coldfire/iriver/audio-iriver.c
|
||||
|
@ -467,7 +467,6 @@ target/coldfire/iriver/audio-iriver.c
|
|||
#endif /* IRIVER_H300_SERIES */
|
||||
|
||||
#ifdef IRIVER_H100_SERIES
|
||||
target/coldfire/iriver/h100/power-h100.c
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/ata-as-coldfire.S
|
||||
target/coldfire/iriver/ata-iriver.c
|
||||
|
@ -479,6 +478,7 @@ target/coldfire/iriver/h100/backlight-h100.c
|
|||
target/coldfire/iriver/h100/button-h100.c
|
||||
target/coldfire/iriver/h100/lcd-as-h100.S
|
||||
target/coldfire/iriver/h100/lcd-h100.c
|
||||
target/coldfire/iriver/h100/power-h100.c
|
||||
#ifndef BOOTLOADER
|
||||
target/coldfire/iriver/audio-iriver.c
|
||||
target/coldfire/iriver/h100/spdif-h100.c
|
||||
|
@ -682,12 +682,12 @@ target/arm/usb-fw-pp502x.c
|
|||
#endif /* IPOD_MINI2G */
|
||||
|
||||
#ifdef IRIVER_IFP7XX
|
||||
target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
|
||||
#ifndef SIMULATOR
|
||||
target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
|
||||
target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
|
||||
target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
|
||||
target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
|
||||
target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
|
||||
target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue