summaryrefslogtreecommitdiffstats
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2007-03-02 11:28:23 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2007-03-02 11:28:23 +0000
commitff17905d7ceece9d3a1ec2505b6e18dc7d29b34b (patch)
tree1ed878623d39220f40e00c4a8172cc183ba9aec7 /bootloader/SOURCES
parent9fae76d9394607914049b0187852753ca037b02c (diff)
downloadrockbox-ff17905d7ceece9d3a1ec2505b6e18dc7d29b34b.tar.gz
rockbox-ff17905d7ceece9d3a1ec2505b6e18dc7d29b34b.zip
H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12546 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r--bootloader/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES
index 92a4eb11ce..26356ff5ef 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -10,6 +10,8 @@ main-pp.c
tpj1022.c
#elif defined(IAUDIO_X5)
iaudio_x5.c
+#elif defined(IRIVER_H300_SERIES)
+iriver_h300.c
#else
main.c
#endif