summaryrefslogtreecommitdiffstats
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2007-02-22 21:38:59 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2007-02-22 21:38:59 +0000
commitec549ec42e359d9ded159f8e645b1601a8310c9d (patch)
treeb9b05c704a2ba4b016118755cb6a01a6d838d6db /bootloader/SOURCES
parentbd073cdb8d5eaaa504d3d9b3c31fe0296ca56ce0 (diff)
downloadrockbox-ec549ec42e359d9ded159f8e645b1601a8310c9d.tar.gz
rockbox-ec549ec42e359d9ded159f8e645b1601a8310c9d.zip
Put the X5 bootloader in a separate file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12456 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 68002caf0b..92a4eb11ce 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -8,6 +8,8 @@ gigabeat.c
main-pp.c
#elif defined(ELIO_TPJ1022)
tpj1022.c
+#elif defined(IAUDIO_X5)
+iaudio_x5.c
#else
main.c
#endif