summaryrefslogtreecommitdiffstats
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-07-12 22:16:51 +0000
committerDave Chapman <dave@dchapman.com>2009-07-12 22:16:51 +0000
commitafe43d3fcba11eadf9960d48ae461f6e429b9a88 (patch)
tree29539ce2330baa72ea767bb26dbc13b9171a6dab /bootloader/SOURCES
parent40c6e7d28256e98bd4ffefd13d369f8d36058bc0 (diff)
downloadrockbox-afe43d3fcba11eadf9960d48ae461f6e429b9a88.tar.gz
rockbox-afe43d3fcba11eadf9960d48ae461f6e429b9a88.zip
Basic changes to add nano 2g to the build system, based on the Meizu M3 port. The bootloader builds, but does nothing due to lack of any drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21828 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 942467af4d..f748403a85 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -51,4 +51,6 @@ show_logo.c
#elif defined(LYRE_PROTO1)
lyre_proto1.c
show_logo.c
+#elif defined(IPOD_NANO2G)
+ipodnano2g.c
#endif