mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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>
This commit is contained in:
parent
3e4be68f8b
commit
60592165ca
25 changed files with 45 additions and 38 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue