summaryrefslogtreecommitdiff
path: root/tools/root.make
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 /tools/root.make
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 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index c8c4eb4f89..b62cb4d589 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -120,7 +120,7 @@ else
120 endif 120 endif
121 121
122 ifneq (,$(findstring ypr0,$(APP_TYPE))) 122 ifneq (,$(findstring ypr0,$(APP_TYPE)))
123 include $(ROOTDIR)/firmware/target/hosted/ypr0/ypr0.make 123 include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr0/ypr0.make
124 endif 124 endif
125 125
126 ifneq (,$(findstring android, $(APP_TYPE))) 126 ifneq (,$(findstring android, $(APP_TYPE)))