summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorLorenzo Miori <memorys60@gmail.com>2013-02-23 16:59:49 +0100
committerThomas Martitz <kugel@rockbox.org>2013-03-06 00:21:22 +0100
commit60592165ca998875e4bc46c4396c5a123a7e9dbb (patch)
tree60b53e6b733fd49bef249761789e97a4bedbef03 /firmware/SOURCES
parent3e4be68f8b596cf3467f993dc9a210a3d901ca1c (diff)
downloadrockbox-60592165ca998875e4bc46c4396c5a123a7e9dbb.tar.gz
rockbox-60592165ca998875e4bc46c4396c5a123a7e9dbb.zip
Samsung YP-R0 hosted target code refactoring
As per title this patch aims at splitting common target code and specific target code in a better way to support future ports within the same environment (e.g. Samsung YP-R1 where the Linux and the SoC are the same, with differences in hardware devices handling) Change-Id: I67b4918c46403b184d3d8f42ab5aae7d01037fd0 Reviewed-on: http://gerrit.rockbox.org/409 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES18
1 files changed, 9 insertions, 9 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 887445b53c..8ba45af533 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -82,19 +82,19 @@ target/hosted/rtc.c
82target/hosted/kernel-unix.c 82target/hosted/kernel-unix.c
83target/hosted/filesystem-unix.c 83target/hosted/filesystem-unix.c
84target/hosted/lc-unix.c 84target/hosted/lc-unix.c
85target/hosted/ypr0/button-ypr0.c 85target/hosted/samsungypr/ypr0/button-ypr0.c
86target/hosted/ypr0/lcd-ypr0.c 86target/hosted/samsungypr/lcd-ypr.c
87target/hosted/ypr0/system-ypr0.c 87target/hosted/samsungypr/ypr0/system-ypr0.c
88thread.c 88thread.c
89#ifdef HAVE_BACKLIGHT 89#ifdef HAVE_BACKLIGHT
90target/hosted/ypr0/backlight-ypr0.c 90target/hosted/samsungypr/ypr0/backlight-ypr0.c
91#endif 91#endif
92target/hosted/ypr0/ascodec-ypr0.c 92target/hosted/samsungypr/ypr0/ascodec-ypr0.c
93target/hosted/ypr0/powermgmt-ypr0.c 93target/hosted/samsungypr/ypr0/powermgmt-ypr0.c
94target/hosted/ypr0/gpio_ypr0.c 94target/hosted/samsungypr/gpio_ypr.c
95target/hosted/ypr0/audio-ypr0.c 95target/hosted/samsungypr/ypr0/audio-ypr0.c
96#if CONFIG_TUNER 96#if CONFIG_TUNER
97target/hosted/ypr0/radio-ypr0.c 97target/hosted/samsungypr/radio-ypr.c
98#endif 98#endif
99#endif 99#endif
100 100