From 60592165ca998875e4bc46c4396c5a123a7e9dbb Mon Sep 17 00:00:00 2001 From: Lorenzo Miori Date: Sat, 23 Feb 2013 16:59:49 +0100 Subject: 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 Tested-by: Thomas Martitz --- tools/root.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/root.make') 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 endif ifneq (,$(findstring ypr0,$(APP_TYPE))) - include $(ROOTDIR)/firmware/target/hosted/ypr0/ypr0.make + include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr0/ypr0.make endif ifneq (,$(findstring android, $(APP_TYPE))) -- cgit v1.2.3