summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-12-29 02:49:12 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-12-29 02:49:12 +0000
commit295367686ec9855c4d90f68a6003e819fef8e7ab (patch)
treeb4077ffb8d2283bf199ad12a90322be77040c2fd /firmware/SOURCES
parent995a804defda23233ccbdd859023f4ba3ecba0bf (diff)
downloadrockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.tar.gz
rockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.zip
merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11850 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 6a4f172e47..4f8e531a2e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -136,6 +136,8 @@ drivers/rtc/rtc_pcf50606.c
136drivers/rtc/rtc_pcf50605.c 136drivers/rtc/rtc_pcf50605.c
137#elif (CONFIG_RTC == RTC_E8564) 137#elif (CONFIG_RTC == RTC_E8564)
138drivers/rtc/rtc_e8564.c 138drivers/rtc/rtc_e8564.c
139#elif (CONFIG_RTC == RTC_S3C2440)
140drivers/rtc/rtc_s3c2440.c
139#endif /* (CONFIG_RTC == RTC_) */ 141#endif /* (CONFIG_RTC == RTC_) */
140#endif /* SIMULATOR */ 142#endif /* SIMULATOR */
141 143
@@ -447,6 +449,12 @@ target/arm/gigabeat/meg-fx/power-meg-fx.c
447target/arm/gigabeat/meg-fx/sc606-meg-fx.c 449target/arm/gigabeat/meg-fx/sc606-meg-fx.c
448target/arm/gigabeat/meg-fx/usb-meg-fx.c 450target/arm/gigabeat/meg-fx/usb-meg-fx.c
449target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c 451target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c
452target/arm/gigabeat/meg-fx/dma_start.c
453target/arm/gigabeat/meg-fx/system-meg-fx.c
454target/arm/gigabeat/meg-fx/mmu-meg-fx.c
455#ifndef BOOTLOADER
456target/arm/gigabeat/meg-fx/pcm-meg-fx.c
457#endif
450#endif /* SIMULATOR */ 458#endif /* SIMULATOR */
451#endif /* GIGABEAT_F */ 459#endif /* GIGABEAT_F */
452 460