ADC driver for iAudio X5

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8812 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-02-23 16:45:53 +00:00
parent 01ece88198
commit df25cd5376

View file

@ -87,7 +87,9 @@ drivers/power.c
#endif
drivers/led.c
#ifndef SIMULATOR
#ifndef IAUDIO_X5
drivers/adc.c
#endif
#ifdef HAVE_MMC
drivers/ata_mmc.c
#else
@ -204,5 +206,6 @@ 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
target/coldfire/iaudio/x5/adc-x5.c
#endif
#endif