From 1deab739803ee768e393bba41446450a792b6410 Mon Sep 17 00:00:00 2001 From: Lorenzo Miori Date: Fri, 15 Nov 2013 22:05:40 +0100 Subject: Initial commit for the YP-Z5 port The port uses the imx233 soc, it's a STMP3650 based Samsung player Change-Id: I50b6d7e77fd292fab5ed26de87853cd5aaf9eaa4 Reviewed-on: http://gerrit.rockbox.org/490 Reviewed-by: Amaury Pouly --- firmware/SOURCES | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 843e5cca22..64041e448e 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1443,6 +1443,18 @@ target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c #endif +#ifdef SAMSUNG_YPZ5 +target/arm/imx233/samsung-ypz5/backlight-ypz5.c +target/arm/imx233/samsung-ypz5/lcd-ypz5.c +target/arm/imx233/samsung-ypz5/button-ypz5.c +target/arm/imx233/samsung-ypz5/debug-ypz5.c +target/arm/imx233/samsung-ypz5/powermgmt-ypz5.c +target/arm/imx233/button-lradc-imx233.c +#ifndef BOOTLOADER +target/arm/imx233/fmradio-imx233.c +#endif +#endif + #ifdef SANSA_CLIPZIP target/arm/as3525/sansa-clipzip/lcd-clipzip.c target/arm/as3525/sansa-clipzip/button-clipzip.c -- cgit v1.2.3