diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2013-11-16 18:21:00 +0400 |
|---|---|---|
| committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2013-12-16 00:45:18 +0400 |
| commit | 5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960 (patch) | |
| tree | 4b9c567df8a5aefb46ace938a034988b7fdb045d /firmware/SOURCES | |
| parent | 04c59b8a15f96812081ea8730337825af679fbce (diff) | |
| download | rockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.zip rockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.tar.gz rockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.tar.bz2 rockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.tar.xz | |
Introduce IHIFI760/960 targets.
Change-Id: Ie36e48742c0ed9aa3fd6f49aa034a11d2492327c
Diffstat (limited to 'firmware/SOURCES')
| -rw-r--r-- | firmware/SOURCES | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 64041e4..5591f68 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -709,6 +709,8 @@ target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c target/arm/s3c2440/lcd-s3c2440.c #elif CONFIG_LCD == LCD_ILI9342 || CONFIG_LCD == LCD_ILI9342C target/arm/rk27xx/ma/lcd-ma.c +#elif CONFIG_LCD == LCD_IHIFI +target/arm/rk27xx/ihifi/lcd-ihifi.c #endif /* USB Stack */ @@ -1765,6 +1767,16 @@ target/arm/rk27xx/ma/pca9555-ma.c target/arm/rk27xx/ma/audio-ma.c #endif +#if defined(IHIFI760) || defined(IHIFI960) +target/arm/rk27xx/ihifi/button-ihifi.c +target/arm/rk27xx/ihifi/power-ihifi.c +#if defined(IHIFI760) +target/arm/rk27xx/ihifi/powermgmt-ihifi760.c +#else +target/arm/rk27xx/ihifi/powermgmt-ihifi960.c +#endif +#endif + #if (CONFIG_PLATFORM & PLATFORM_ANDROID) target/hosted/kernel-unix.c target/hosted/filesystem-unix.c |