summaryrefslogtreecommitdiff
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r--bootloader/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES
index 0c9aa8ba2f..8c3a9b8ee4 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -1,5 +1,9 @@
1#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020) 1#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
2ipod.c 2ipod.c
3#elif defined(SANSA_E200)
4e200.c
5#elif defined(IRIVER_H10)
6h10.c
3#else 7#else
4main.c 8main.c
5#endif 9#endif