summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-01-05 00:00:29 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-01-05 00:00:29 +0000
commite2876ee4e2ff260e616863b2c54004516743e766 (patch)
tree4abaff62e18b6a15302391c45eb60ab5174ee4dd /firmware/SOURCES
parent6d5823f964d8cc2b030d7a713d355f3132e41c45 (diff)
downloadrockbox-e2876ee4e2ff260e616863b2c54004516743e766.tar.gz
rockbox-e2876ee4e2ff260e616863b2c54004516743e766.zip
Gigabeat S: Get timer API working. metronome will work now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19676 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 7cbb3c7c18..c8f824a849 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -768,9 +768,10 @@ target/arm/imx31/gigabeat-s/system-imx31.c
768target/arm/imx31/gigabeat-s/usb-imx31.c 768target/arm/imx31/gigabeat-s/usb-imx31.c
769target/arm/imx31/gigabeat-s/wmcodec-imx31.c 769target/arm/imx31/gigabeat-s/wmcodec-imx31.c
770#ifndef BOOTLOADER 770#ifndef BOOTLOADER
771target/arm/imx31/gigabeat-s/pcm-imx31.c
772target/arm/imx31/gigabeat-s/audio-gigabeat-s.c 771target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
773target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c 772target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
773target/arm/imx31/gigabeat-s/pcm-imx31.c
774target/arm/imx31/gigabeat-s/timer-imx31.c
774#endif 775#endif
775#endif /* SIMULATOR */ 776#endif /* SIMULATOR */
776#endif /* GIGABEAT_S */ 777#endif /* GIGABEAT_S */