summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-11-08 02:23:01 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-11-08 02:23:01 +0000
commitd9f7ac24f42e62a314ed76768597859a6a229743 (patch)
tree70270928c740dfbd351c4859b864ee4172b87fbf /firmware/SOURCES
parentf184152c0501a80e95ad871927d766fdee50281b (diff)
fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)
enable ata_idle callbacks in ata_mmc.c (calls the callbacks after 10s of real inactivity) fix builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11462 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index df38169be3..9077d71afa 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -101,7 +101,6 @@ drivers/lcd-h300.c
drivers/power.c
#endif
drivers/led.c
-ata_idle_notify.c
#ifndef SIMULATOR
#ifndef TARGET_TREE
drivers/adc.c
@@ -117,6 +116,7 @@ drivers/ata.c
#endif
#endif
#endif
+ata_idle_notify.c
drivers/button.c
drivers/dac.c
drivers/fat.c