forked from len0rd/rockbox
Include the correct source files for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8810 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4feb0fca80
commit
8e8e9c3990
1 changed files with 11 additions and 0 deletions
|
|
@ -82,7 +82,9 @@ drivers/lcd-ipodvideo.c
|
||||||
#if CONFIG_LCD==LCD_H300
|
#if CONFIG_LCD==LCD_H300
|
||||||
drivers/lcd-h300.c
|
drivers/lcd-h300.c
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef IAUDIO_X5
|
||||||
drivers/power.c
|
drivers/power.c
|
||||||
|
#endif
|
||||||
drivers/led.c
|
drivers/led.c
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
drivers/adc.c
|
drivers/adc.c
|
||||||
|
|
@ -195,3 +197,12 @@ sound.c
|
||||||
common/sscanf.c
|
common/sscanf.c
|
||||||
usb_serial.c
|
usb_serial.c
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SIMULATOR
|
||||||
|
#ifdef IAUDIO_X5
|
||||||
|
drivers/generic_i2c.c
|
||||||
|
target/coldfire/iaudio/x5/power-x5.c
|
||||||
|
target/coldfire/iaudio/x5/lcd-x5.c
|
||||||
|
target/coldfire/iaudio/x5/pcf50606-x5.c
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue