forked from len0rd/rockbox
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
This commit is contained in:
parent
40c6e7d282
commit
afe43d3fcb
9 changed files with 532 additions and 25 deletions
|
@ -1272,6 +1272,10 @@ target/arm/s5l8700/udacodec-meizu.c
|
|||
#endif /* SIMULATOR */
|
||||
#endif /* MEIZU_M3 */
|
||||
|
||||
#ifdef IPOD_NANO2G
|
||||
target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#if CONFIG_CPU == JZ4732
|
||||
target/mips/ingenic_jz47xx/ata-nand-jz4740.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue