summaryrefslogtreecommitdiff
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-11-16 18:21:00 +0400
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-12-16 00:45:18 +0400
commit5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960 (patch)
tree4b9c567df8a5aefb46ace938a034988b7fdb045d /bootloader/SOURCES
parent04c59b8a15f96812081ea8730337825af679fbce (diff)
downloadrockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.tar.gz
rockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.zip
Introduce IHIFI760/960 targets.
Change-Id: Ie36e48742c0ed9aa3fd6f49aa034a11d2492327c
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r--bootloader/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES
index ffd1b402dc..4f3cd385f9 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -68,7 +68,8 @@ show_logo.c
68#elif defined(MPIO_HD200) || defined(MPIO_HD300) 68#elif defined(MPIO_HD200) || defined(MPIO_HD300)
69mpio_hd200_hd300.c 69mpio_hd200_hd300.c
70#elif defined(RK27_GENERIC) || defined(HM60X) || defined(HM801) \ 70#elif defined(RK27_GENERIC) || defined(HM60X) || defined(HM801) \
71 || defined(MA9) || defined(MA9C) || defined(MA8) || defined(MA8C) 71 || defined(MA9) || defined(MA9C) || defined(MA8) || defined(MA8C) \
72 || defined(IHIFI760) || defined(IHIFI960)
72rk27xx.c 73rk27xx.c
73show_logo.c 74show_logo.c
74#elif defined(SANSA_CONNECT) 75#elif defined(SANSA_CONNECT)